NextJs Boilerplate with Styled Components and Rebass

A boilerplate that you can fork or download that is already installed with latest NextJS (NextJS 9.4 at time of writing) and the powerful Styled Components. Rebass is also installed as a baseline for components and is easily configurable with Styled Components.

Install

install dependencies:

npm install
or
yarn install

Running the app

npm run dev