Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

tayutaedomo/angularjs-sandbox

Repository files navigation

angular-trial

Try AngularJS

Setup on your local

Install node-dev if you need.

$ npm install -g node-dev

git clone and start app.

$ git clone git@github.com:tayutaedomo/angular-trial.git
$ cd angular-trial
$ npm install
$ bin/www

Your app should now be running on http://localhost:3000.

Build

$ node_modules/.bin/gulp minify

Test

$ npm test
$ npm run test-single-run

License

MIT

Releases

No releases published

Packages

No packages published