Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

create-next-app-ts

vvs-kim152MIT0.0.3

It automatically builds a nextjs, typescript and eslint working environment

react, next, typescript, boilerplate, CRA, yarn-berry, zero-install, prettier, airbnb, eslint, prettier, styled-components, create-next-app, create next app

readme

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-name

Check installation

$ yarn

Development environment

$ yarn dev

Deploy environment

$ yarn build

Export static files

$ yarn export

Check lint error

$ yarn lint:fix