Skip to content

NoDrainer/web

Repository files navigation

NoDrainer

This project was generated with Angular CLI version 18.1.4.

Install locally

Prerequisites:

Clone and set up:

  • Get repo: git clone https://github.com/NoDrainer/web.git
  • Install deps: npm install

Development server

  • Dev: npm start.
  • Prod: npm run start.prod.

Build

npm run build.

Running unit tests

  • npm test

Deploy to Production

Project is hosted on AWS.S3 and uses AWS.CloudFront. Deploying requires AWS CLI installed and configured.

Prerequisites

  • AWS CLI installed locally
  • Configure AWS defaults: aws configure
  • AWS preview.cloudfront enabled: aws configure set preview.cloudfront true

Deploy

The following command builds project in production mode, uploads files to S3, and invalidates cache for the html files:

npm run deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published