Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 296 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 296 Bytes

Setup

This is the code for the angular.codecraft.tv free online course.

Ensure you have a way to serve the contents of a folder, a good tool for this is serve

npm install -g serve

To run each example cd into the right folder and run serve then visit the link printed in the terminal.