Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 530 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 530 Bytes

NextJs Boilerplate with Styled Components and Rebass

A boilerplate that you can fork or download that is already installed with latest NextJS (NextJS 10 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