Angular app using Browserify
Author: Dennis Sandmark (d.sandmark@gmail.com)
- Unpack zip file
- cd into unpacked folder using terminal
- run:
$ npm install
- run:
$ gulp dev
- Go to http://localhost:5000
- Bask
Notes:
(3) You may need do run $ sudo npm install
depending on your access rights.
(4) running $ gulp dev
will create a dist folder that's being served by Express.
Run the following in terminal: $ gulp test
Unit tests are on the form: Assign -> Act -> Assert Jasmine Describe blocks are replaced by more detailed 'it' blocks. Leaving client tests as an excercise to the reader