Skip to content

Getting Started

Mick Evans edited this page May 17, 2021 · 1 revision
  1. Copy the template repo and use it to generate a new repository
  2. Create a new Firebase app and copy the configuration to EXAMPLE.config.js
  3. Rename EXAMPLE.config.js to firebase.config.js
  4. Run npm install (or npm i) to install all dependencies
  5. Use npm start to serve the repository locally
  6. Access the local instance served up by Angular CLI
  7. Start adding your own customizations

Clone this wiki locally