@glebeliseev/create-node-app
v0.9.10
Published
Simple, unopionated way to create app with Node.js and latest ECMAScript
Downloads
12
Readme
Getting Started
npm start <project-name>
Starts the application.
This will execute the script to create a folder named 'Project' with a starter applciation.
Then just do cd <project-name>
to navigate there and run npm start
.
If you leave the name empty, it will use project
by default.