nextjs-blog-starter icon indicating copy to clipboard operation
nextjs-blog-starter copied to clipboard

A next.js boilerplate

Bare-bones Nextjs starter

Next.js is incredible in its simplicity and flexibility. This repo is a starting point for creating a simple markdown blog with Next.js.

If you'd like to skip ahead, checkout the 'final' version of the starter. Also feel free to reference the implementation with TinaCMS🦙 or basic implementation with Forestry🌲.

Clone the starter

// clone the repo from your terminal
$ git clone [email protected]:kendallstrautman/nextjs-blog-starter.git <project name>

// install the dependencies
$ cd <project name>
$ yarn install

// start up the dev server
$ yarn dev

Once you are able to clone the project and start the dev server successfully, navigate to http://localhost:3000/ in your browser to see what we're working with.