Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.51 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.51 KB

Blog starter example

This is an example of a blog built with Next.js. Read more about the motivation and how it is built.

The blog is still barebones and need more improvements and styling, but this should be enough to get you started.

Demo deployed in Now

Deploy your own

Deploy the example using ZEIT Now:

Deploy with ZEIT Now

How to use

Using create-next-app

Execute create-next-app with npm or Yarn to bootstrap the example:

npm init next-app --example blog-starter blog-starter-app
# or
yarn create next-app --example blog-starter blog-starter-app

Download manually

Download the example or clone the repo:

curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/blog-starter
cd blog-starter

Run locally

Install and run the development server:

yarn install
now dev

Deploy

Deploy it to the cloud with ZEIT Now (Documentation).