Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 433 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 433 Bytes

js-dev-env

JavaScript Development Environment

Make sure to have node and npm installed and run npm install

To check for node package vulnerabilities use Node Security Platform

npm install -g nsp

and then have run nsp check as part of your build

To share work in progress with other people install localtunnel

npm install -g localtunnel

Then after you start your app type lt --port 3000