https://github.com/thusithz/angular-2-routing
https://github.com/thusithz/angular-2-routing
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thusithz/angular-2-routing
- Owner: thusithz
- Created: 2016-10-22T11:40:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T11:53:32.000Z (over 8 years ago)
- Last Synced: 2025-01-13T07:13:48.651Z (5 months ago)
- Language: TypeScript
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular-2-routing
----------------------------------------------------------------------------------------------------------------------
#Setting up the projectDownload the exercise source code from Github.
Get a command prompt in the project folder and run command �npm install�.
This will install all the external libraries required including angular 2 modules.
You need to have the internet connection when you run �npm install�.Once you have successfully downloaded the external modules you can see there are two new folders created in your project folder called �node_modules� and �typings�.
Note - If the �typings� folder doesn't show up after running npm install, you'll need to install it manually with the command �npm run typings install�#Running the application
Get a command prompt in the project folder and run command �npm start� to start the application.