How to install

  1. Install nvm (instructions here)
  2. Install Node v4.2.3 using nvm: nvm install 4.2.3
  3. Tell nvm to use 4.2.3: nvm use 4.2.3
  4. Install angular-cli: npm install angular-cli -g
  5. Clone this repo: git clone git@github.com:matsko/angular2colorsApp.git
  6. Cd into the directory: cd angular2colorsApp
  7. Run npm install: npm install

Run the website

  1. Run this command to serve the website: ng serve
  2. Open in your browser http://localhost:4200