Welcome to the public repository of angularcodereview.com.
Want to add or change items in the code review checklists? Awesome!
Here's the best way to contribute:
- Create a new issue to discuss the changes you would like to see
- Create a PR referencing the issue your PR is tackling
Quick links to the checklist source code:
First install all dependencies:
$ npm install -g jspm
$ npm install
$ jspm install
To start the Angular Express server:
$ node index.js
then navigate to: <ip>:9000
in your browser.
For more details about the technical details, check out the Angular Express boilerplate documentation.
The repository is configured with Travis CI to automatically deploy updates to Firebase hosting.
To deploy manually:
$ npm run deploy
- Initial version