/angular-workshop-samples

The main repo of instructor samples for the angular-workshop

Primary LanguageTypeScript

Angular Workshop Samples

Usage

  • Make sure you have node.js >= 8.9.x installed with npm >= 3.x
  • run npm install to install dependencies.
  • run npm start to fire up dev server.
  • open browser to http://localhost:8080.
  • edit src/app.ts and choose the sample to run.

Build

  • npm run build will output basic build to dist folder which you can serve from any basic http server.