rhalm / we-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run

Make sure you created a Firebase project as described here

Set up credentials for the frontend app:

  • Go to Project Settings to create a new web app
  • Replace the firebaseConfig variable with yours in src/environment/firebase.config.ts
  • Go to Auth and enable Email/Password identification

Local-dev setup

Run npm install to install dependencies then run npm start to start the application on http://localhost:4200

Production setup

See here

About


Languages

Language:TypeScript 60.7%Language:HTML 20.4%Language:JavaScript 11.5%Language:CSS 7.4%