Skip to content

gyarasu/nextjs-ts-pwa

Repository files navigation

nextjs-ts-pwa

This template includes as below.

Requirements

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