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 1 year 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 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-29T17:57:28.000Z (about 5 years ago)
- Last Synced: 2025-01-05T07:23:17.589Z (over 1 year 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.