/nextjs-starter

A tool for creating `NextJS` project with `Typescript`, `Less`, `Redux`, `Antd`, `TSLint`

Primary LanguageTypeScript

nextjs-starter

Build Status

A tool for creating NextJS project.

Builtin

Done

TODO

  • Jest
  • GraphQL (optional)

Usage

Dev Mode

yarn dev

Production Mode

yarn build && yarn start

Static Export

yarn export

Lint

yarn lint