Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aakashdeveloper/edu_feb_ang
https://github.com/aakashdeveloper/edu_feb_ang
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aakashdeveloper/edu_feb_ang
- Owner: Aakashdeveloper
- Created: 2018-01-28T04:37:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T14:23:34.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T15:05:55.629Z (3 months ago)
- Language: TypeScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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.