amd-requirejs-angular-jquery-bootstrap-socketio
Example of use with AMD RequireJS, AngularJS, jQuery, Bootstrap and Socket.io
Install
$ git clone https://github.com/andrehrf/amd-requirejs-angular-jquery-bootstrap-socketio.git
$ npm install
$ npm install -g gulp gulp-nodemon browser-sync (Dev mode)
$ npm install -g pm2 (Production mode)
Start application
$ gulp (Dev mode)
$ node app.js (Normal mode)
$ pm2 start app.js (Production mode)
http://localhost:5802 (Dev mode with Browser-sync)
http://localhost:5801 (Dev mode without Browser-sync)
http://localhost:5800 (Normal and Production mode)