https://github.com/devcom-iitb/instiapp-angular
Angular client for IIT Bombay's InstiApp
https://github.com/devcom-iitb/instiapp-angular
angular hacktoberfest2021 hactoberfest iitb instiapp pwa webapp
Last synced: 7 months ago
JSON representation
Angular client for IIT Bombay's InstiApp
- Host: GitHub
- URL: https://github.com/devcom-iitb/instiapp-angular
- Owner: DevCom-IITB
- License: mpl-2.0
- Created: 2018-03-13T16:24:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-20T18:17:52.000Z (10 months ago)
- Last Synced: 2025-07-20T01:03:01.492Z (9 months ago)
- Topics: angular, hacktoberfest2021, hactoberfest, iitb, instiapp, pwa, webapp
- Language: TypeScript
- Homepage: https://insti.app
- Size: 19.9 MB
- Stars: 5
- Watchers: 2
- Forks: 38
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InstiApp-Angular
Client for IIT Bombay's InstiApp in Angular 9, deployed at https://insti.app
[](https://github.com/DevCom-IITB/instiapp-angular/actions)
[](https://github.com/DevCom-IITB/instiapp-angular/tree/built)
## Setup
### Use node version 14.16.1
All dependencies can be installed with `npm install`. To serve the application with hot module reloading, use `npm run start`. For an optimized production build, do `npm run build`.
## CI Built Files
GitHub actions will automatically build and push to the `built` branch.
## Contributing
All contribution guidelines mentioned in [the API repository](https://github.com/DevCom-IITB/instiapp-api) are also valid for this repository. One other requirement is that linting should not fail during builds.