https://github.com/joelhooks/angular-ws
https://github.com/joelhooks/angular-ws
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joelhooks/angular-ws
- Owner: joelhooks
- Created: 2016-02-23T16:18:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T00:53:41.000Z (over 9 years ago)
- Last Synced: 2025-04-04T11:07:45.455Z (3 months ago)
- Language: JavaScript
- Size: 610 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cool Links!
* https://github.com/angular-ui/bootstrap/tree/master/src
* https://facebook.github.io/react/docs/thinking-in-react.html
* http://teropa.info/blog/2015/10/18/refactoring-angular-apps-to-components.html
* http://googletesting.blogspot.com/2010/07/code-coverage-goal-80-and-no-less.html
* https://egghead.io/articles/angularjs-core-services-directive-definition-object-and-ui-router-cheat-sheetsThis project uses [node.js](http://nodejs.org/). You will need to install node.
We will need some global libraries.
* `npm install -g gulp`
* `npm install -g karma-cli`With node and these global dependencies installed, run `npm install` from the project directory. This will install the local dependencies the project relies on.
Once npm has installed your dependencies, you can now run the build with the `npm start` command in the project directory. This launches a sequence of tasks and starts a local web server on port 3444 (http://localhost:3444).
Additionally, gulp is now watching the project for changes to files in the source directory.