0.0.3 • Published 3 years ago
create-next-app-ts v0.0.3
create-next-app-ts
It automatically builds a nextjs, typescript, and eslint working environment. This package helps the following people:
- People who want to run a Nextjs development environment with eslint, Prettier, and styled-components
- People who need a CRA with nextjs, typescript, yarn, etc
- People who want to start a project with airbnb convention (eslint, prettier)
- People who do not want to install additional packages when collaborating with yarn berry's zero-install
Create-nextjs-project
$ npx create-next-app-ts your-app-nameCheck installation
$ yarnDevelopment environment
$ yarn devDeploy environment
$ yarn buildExport static files
$ yarn exportCheck lint error
$ yarn lint:fix