/nextjs-ts-pwa

Primary LanguageTypeScript

nextjs-ts-pwa

This template includes as below.

Requirements

nodemon

On development mode, this template runs by custom server and nodemon. You'd better install nodemon in global environment.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn start:dev

# build for production and launch server
$ yarn build
$ yarn start:prd