Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 308 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 308 Bytes

workshop2017

Sandbox of npm projects (examples, snippets)

Don't set at the config file the project name like the package name

To add new project to discovery:

mkdir package_name

xcopy starterProject package_name

cd package_name

npm init

npm install package_name --save

nodemon index.js