Skip to content

Collection of free checklists you can use to perform a code review of your Angular application.

Notifications You must be signed in to change notification settings

anschnapp/angularcodereview-com

 
 

Repository files navigation

Angular Code Review

Welcome to the public repository of angularcodereview.com.

angularcodereview

How to contribute

Want to add or change items in the code review checklists? Awesome!

Here's the best way to contribute:

  1. Create a new issue to discuss the changes you would like to see
  2. Create a PR referencing the issue your PR is tackling

Quick links to the checklist source code:

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

About

Collection of free checklists you can use to perform a code review of your Angular application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.7%
  • CSS 35.0%
  • JavaScript 7.3%