A very simple next.js starter template with emotion installed.
I've also included some reasonable default styles in styles/index.css
.
- Click on the 'Use this template' button to copy this repo.
- Clone your newly created repo
- Install dependencies
# with npm
npm install
# with yarn
yarn
- Build something amazing. โ
# with npm
npm run dev
# with yarn
yarn dev
# with npm
npm run build
npm run start
# with yarn
yarn build
yarn start