Angular practice app
- node 6+
- npm 3+
Note: Repo was created and tested using node 6.3.0 and npm 3.8.6. Although earlier versions may work, it's probably best to install the latest versions.
The clone step assumes SSH keys are set up. If not, clone using https
.
# clone and switch directories
git clone git@github.com:eshans/ng2-tour-of-heroes.git
cd ng2-tour-of-heroes
# install npm packages
npm install
# will watch for changes
npm start
# open in browser
http://localhost:8080/
# run tests a single time
npm test