Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (21 loc) · 467 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 467 Bytes

create-node-es6-app

Node.js using ES6 project skeleton generator

Usage

$ npx @magonxesp/create-node-es6-app my-app-name
  • If you see this output:
    Step (2/2): Install dependencies
    Error: spawn npm ENOENT
    Run npm install on the root of your new project directory.

Npm scripts

  • Build project
    $ npm run build
  • Run
    $ npm run start