angularcodereview-com
angularcodereview-com copied to clipboard
Collection of free checklists you can use to perform a code review of your Angular application.
Angular Code Review
Welcome to the public repository of angularcodereview.com.
How to contribute
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:
- src/angularjs/index.jade
- src/angular-2/index.jade
How to run the website locally on your machine
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.
How the code works
For more details about the technical details, check out the Angular Express boilerplate documentation.
How to deploy
The repository is configured with Travis CI to automatically deploy updates to Firebase hosting.
To deploy manually:
$ npm run deploy
Change log
v0.1.0
- Initial version
