Skip to content

A Node.js server and client that allows devices to be pushed custom scripts via sockets and streams.

Notifications You must be signed in to change notification settings

jcmcneal/device-loader

Repository files navigation

Device Loader

Development

To start developing in the project run:

npm install
gulp serve

Then head to http://localhost:3000 in your browser.

The serve tasks starts a static file server, which serves the AngularJS application, and a watch task which watches all files for changes and lints, builds and injects them into the index.html accordingly.

Production ready build - a.k.a. dist

To make the app ready for deploy to production run:

gulp dist

Now there's a ./dist folder with all scripts and stylesheets concatenated and minified, also third party libraries installed with bower will be concatenated and minified into vendors.min.js and vendors.min.css respectively.

About

A Node.js server and client that allows devices to be pushed custom scripts via sockets and streams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published