Node.js using ES6 project skeleton generator
$ npx @magonxesp/create-node-es6-app my-app-name
- If you see this output:
Run
Step (2/2): Install dependencies Error: spawn npm ENOENT
npm install
on the root of your new project directory.
- Build project
$ npm run build
- Run
$ npm run start