863 bytes added ,  12 May 2016
add packages for node
iwu
 
add packages for node
Line 24: Line 24:
$ node -v
$ node -v
</syntaxhighlight>
</syntaxhighlight>
== Packages ==
=== browser-sync ===
[https://www.browsersync.io/ Browsersync]
Your indispensable test assistant. With each web page, device and browser, testing time grows exponentially. From live reloads to URL pushing, form replication to click mirroring, Browsersync cuts out repetitive manual tasks. It’s like an extra pair of hands. Customise an array of sync settings from the UI or command line to create a personalised test environment. Need more control? Browsersync is easily integrated with your web platform, build tools, and other Node.js projects.
=== lite-server ===
[https://github.com/johnpapa/lite-server lite-server]
Lightweight development only node server that serves a web app, opens it in the browser, refreshes when html or javascript change, injects CSS changes using sockets, and has a fallback page when a route is not found.