This project was generated with Angular CLI version 18.1.4.
- Get repo:
git clone https://github.com/NoDrainer/web.git
- Install deps:
npm install
- Dev:
npm start
. - Prod:
npm run start.prod
.
npm run build
.
npm test
Project is hosted on AWS.S3 and uses AWS.CloudFront. Deploying requires AWS CLI installed and configured.
- AWS CLI installed locally
- Configure AWS defaults:
aws configure
- AWS preview.cloudfront enabled:
aws configure set preview.cloudfront true
The following command builds project in production mode, uploads files to S3, and invalidates cache for the html files:
npm run deploy