Skip to content

andyk72/pluralsight-js-dev-env

Repository files navigation

pluralsight-js-dev-env

Javascript Development Environment from Pluralsight Course with Cory House

run the server application

> npm start
> npm start -s (Silent, non verbose)

publish the app with a localtunnel public url

> lt --port 3000 --subdomain andyk

will publish the app at the public url:

    https://andyk.localtunnel.me

notes

babel-node <my-es6-file.js> command -> babel transpliles the file and then sends it to node runtime 

About

Javascript Development Environment from Pluralsight Course with Cory House

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors