Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 570 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 570 Bytes

angular - courses / TypeScript

This folder contains all TypeScript stuff

Getting things done 😎

  1. Clone this project on your local machine
  2. Run npm install to grab all dependencies
  3. For each step (01 to 09) run these command in two separated terminal
  • npm run start-01 (to compile TS files into JS files)
  • npm run test-01 (to run JS test files)
  1. While there is error, find a fix 😎
  • First, fix the compilation error (start command) by fix syntaxic error
  • Second, fix the test by updating the part with an underscore (_) in test files :)