next-typescript-example
next-typescript-example copied to clipboard
Simple example app using Next.js 5.0 with support for TypeScript, Redux, SCSS
Next.js 5.0 w/ TypeScript Example App
This is a simple example app using Next.js 5.0 with support for
- TypeScript
- Redux
- SCSS
Build Setup
# 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
Development Setup
Strongly recommend using VSCode.