evanwinter / starter-next

Mostly-bare-minimum starter template for Next.js application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a pretty bare-bones starter template for a Next.js application, using styled-components for styling.

Setup

Clone the repository.

$ git clone https://github.com/evanwinter/starter-next my-next-app

Navigate to the app folder.

$ cd my-next-app

Install the dependencies.

$ npm install

Run the app locally.

$ npm run dev

Open a browser and go to http://localhost:3000, and you should see the app running.

About

Mostly-bare-minimum starter template for Next.js application.


Languages

Language:JavaScript 100.0%