This is a simple example of JavaScript, Node.js, Express, AngularJS v1.5, Jasmine, and Gulp.
- Install Gulp CLI, if you haven't already:
npm install -g gulp-cli
- Install Bower CLI, if you haven't already:
npm install -g bower
- Install your Node project packages:
npm install
- Install your Bower project packages:
bower install
- Build your project using Gulp:
gulp
- Run the project:
node index.js
- Navigate to:
http://localhost:8099/
- ????
- PROFIT!
Phil Johnson wrote this as an example for Zip Code Wilmington presentations on Jasmine and Gulp.