Thanks for contributing to the Genius Collection 2.0 app!
- Install and run Docker.
- Open this project in VS Code.
- Install the VS Code extension Dev Containers (
Cmd+Shift+X
orCtrl+Shift+X
). - Run Dev Containers: Rebuild Container (
Cmd+Shift+P
orCtrl+Shift+P
). - Run
npm start
in the terminal of the Dev Container. - Navigate to
http://localhost:4200/
. - Log in to the app using your ipt account.
- Code away!
- Install Node.js (this project uses v20.3.1).
- Install Angular CLI globally:
npm install -g @angular/cli
- Install extensions for the IDE of your choice:
- Prettier
- ESLint
- Tailwind
- Angular Language Service
- Run
npm install
in the project directory. - Run
npm start
in the project directory. - Navigate to
http://localhost:4200/
. - Log in to the app using your ipt account.
- Code away!
This project uses NgRx for state management. Install the extension Redux DevTools for your browser of choice to debug the app's state changes.
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
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.