Quickly start your next NextJS projects with TypeScript, TailwindCSS out of the box.
- Node >= 8.10.0
- Yarn >= 1.5.0
- Clone repository:
git clone git@github.com:nhanhoangtrong/nextjs-ts-boilerplate.git
- Change to working directory
- Run package install command:
yarn
- Start development server with:
yarn dev
yarn build
yarn start
yarn analyze
# Run tests
yarn test
# Run test and view coverage
yarn coverage
# Run eslint error checking
yarn lint
# Run prettier formating
yarn prettier
MIT License
Copyright (c) 2020 Kendy Hoang