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

magonxesp/create-node-es6-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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