This project was developed during the Orion Bootcamp by the students under my direct Supervision
This project was generated with Angular CLI version 16.2.6.
This project is configured with docker
. To run it you need to have Docker installed.
Run npm install
to install all necessary dependencies.
Run docker-compose -f docker-compose.yml up
and wait for the message ** Angular Live Development Server is listening on 0.0.0.0:4200, open your browser on http://localhost:4200/ **
Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
For more help on Angular CLI, use ng help
or see the Angular CLI Overview and Command Reference page.
###Bootstrap
- For use of grids preferably
- See Documentation here
- Use of pre-existing components that can facilitate the progress of project development
- See Documentation Here