Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 603 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 603 Bytes

Byu-coding-challenge

This application needs git and node.js installed in order to run. Additionally the project needs packaged modules installed and the angular cli in order to run. Steps are as follows:

Download and install git

https://gitforwindows.org/

Download and install node.js

https://nodejs.org/en/download/

At the project root open git bash

To install package modules run

npm install

To install angular cli run

npm install -g @angular/cli

To serve the project on localhost:4200 run

ng serve

The code used to complete this challenge is located in the src/app folder.