Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belchenkov/serverless_next_blog
Build a serverless Blog app on Next.JS with Sanity CMS - (w/ Vercel)
https://github.com/belchenkov/serverless_next_blog
nextjs react-bootstrap reactjs sanity-cms serverless vercel
Last synced: about 2 months ago
JSON representation
Build a serverless Blog app on Next.JS with Sanity CMS - (w/ Vercel)
- Host: GitHub
- URL: https://github.com/belchenkov/serverless_next_blog
- Owner: Belchenkov
- Created: 2020-11-17T17:17:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-29T17:57:28.000Z (about 4 years ago)
- Last Synced: 2024-11-09T18:44:52.526Z (3 months ago)
- Topics: nextjs, react-bootstrap, reactjs, sanity-cms, serverless, vercel
- Language: JavaScript
- Homepage:
- Size: 233 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Blog
> Build a serverless Blog app on Next.JS with Sanity CMS - (w/ Vercel)
# Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.