README.md
July 11, 2017 ยท View on GitHub
CRUD Example Project - FINISHED
Running the Project
-
Open a command prompt in the project's root directory
-
Type:
npm installThis installs the dependencies as defined in the package.json file. -
Type:
npm startThis launches the TypeScript compiler (tsc) to compile the application and wait for changes. It also starts the lite-server and launches the browser to run the application.
Using
SystemJS
Angular 4.0
Features
- navbar
- routing setup
- app.template -> loads navbar and RouterOutlet for Home Component