This is a simple example app using Next.js 5.0 with support for
- TypeScript
- Redux
- SCSS
# install dependencies
$ yarn
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn run postbuild
$ yarn start
Strongly recommend using VSCode.