Skip to content

Latest commit

 

History

History
 
 

readme.md

Final Code Solution

This is the final code solution for the course.

Steps to Run the Code

  1. Run npm install at the command-line from the root of the solution directory (where the package.json file lives).
  2. Run npm run webpack:w to start the TypeScript build process in a command window. This will compile all of the TypeScript files and generate .js and .map (for debugging) files. A watcher will also be created to monitor any changes in the .ts files. Leave the command-window open while doing development work.
  3. Run npm start in a separate command window. This will launch a local web server and browser.

Note: When you're done running the code press ctrl+c in each of the command windows you opened above to stop the running processes.