https://github.com/aakashdeveloper/angular_edureka
https://github.com/aakashdeveloper/angular_edureka
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aakashdeveloper/angular_edureka
- Owner: Aakashdeveloper
- Created: 2017-10-08T04:58:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T03:30:18.000Z (over 8 years ago)
- Last Synced: 2025-03-02T12:45:52.311Z (11 months ago)
- Language: TypeScript
- Size: 18.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[Live Link](http://18.220.160.116:3000/)
1) Open a command prompt in the project's root directory (APM)
2) Type: `npm install`
This installs the dependencies as defined in the package.json file.
3) Type: `npm start`
This 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.