Setup
Setup
Prerequisites
- Install Node
- Developed and tested on v10.16.3
- Install global dependencies (might not be necessary)
npm i -g @angular/cli
npm i -g firebase firebase-tools
Installation
- Open a terminal and navigate to this project
cd ~/path-to/crowde
- Install node modules
npm ci
- Note: Do NOT install node modules in
crowde/functions
(if you did, remove thecrowde/functions/node_module
folder)
Run the Web-Client
- A first good step, to check if everything is working is to run the web-client locally.
npm start
- Navigate to http://localhost:4200/
Next Steps
Check out the Overview and get to know the different parts of crowde.