Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

DevIntent/angular-example

Repository files navigation

DevIntent Angular Example

This is an example repo for sharing some best practices and creating public reproductions for Angular bug reports.

Coding Guidelines

Required tools

  • Node.js LTS w/ NPM 5+
  • Firebase CLI - npm install -g firebase-tools

Step 1) Get Your Local Environment setup

  • git clone <repo>
  • cd angular-example
  • npm install
  • npm start will start a server locally
  • npm test to run the tests

Step 2) Deploy The App to Production (Admins only)

  • Generate minimized production build - npm run build-prod
  • firebase login
  • npm run deploy-prod