create-next-app-ts

0.0.3 • Public • Published

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

/create-next-app-ts/

    Package Sidebar

    Install

    npm i create-next-app-ts

    Weekly Downloads

    36

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    2.3 MB

    Total Files

    30

    Last publish

    Collaborators

    • wooseok-kim