create-new-project
v0.1.0
Published
Default Next.js project scaffolding
Readme
create-new-project
npm install create-new-projectinit <my-project-name>
Simple Next.js scaffolding for new projects.
Regardless of how simple the setup process is, it's still wasted brain power.
Running init <project-name>:
- creates
<project-name>directory - adds project package.json with React, Next, Prettier, Husky setup
- runs
npm install - adds a .gitignore file with Node, MacOS and Intellij ignore rules
- initialises a new git project and creates an initial commit with all new files
- Starts the next.js dev server and opens localhost in your default browser
