Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

30 lines (15 loc) · 1.25 KB

Contributing to Is My Train Delayed

First off, thank you for contributing.

Below you'll find sections with specific information about the overall architecture of the application and any processes that are set up to support its development.

Heroku

This application has a pipeline that I've set up on Heroku:

Development server

Run npm start for a dev server. Your default browser should open a new tab with http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng g component component-name to generate a new Angular component. You can also use ng g directive|pipe|service|class|guard|interface|enum|module.

Make sure generated files go in a logical place. If you're unsure, just open an issue and ask!

Running unit tests

Run ng test to execute the unit tests via Karma.