Open BOLT04 opened 4 years ago
OMG I didnt event realise the README.md
didnt have a QuickStart part in it. That is my fault, as I think I said I would do it and forgot 🤦♂️ .
Thank you @BOLT04 👍 . I will do one now, and we can improve on it incrementally 🤓
I made a start on it, let me know what you think. Thanks @BOLT04 👍
Yeah, looks good @eddiejaoude. Maybe we could add a few links to Firebase docs and on 4b
of the Firebase steps or before that, we could say that the Firebase CLI is required. If they don't have it installed and try to run npm start
after npm install
, since the serve
script uses that tool it will produce an error.
I added a line for this, thanks 👍 - I am sure we can improve it more with time 🤓
Hi 👋,
I was trying to set up this project for local development after I cloned the repo, but I found some difficulty in doing so. I think mostly it was just that I don't know Firebase that well and I also got this error after running
npm start
:Then I realized the instructions to create that file wherein
environment.ts
, so I followed them and got the Angular app running locally 😃 .Perhaps we could add some documentation on the README explaining the steps and the commands the person needs to run, and some docs on the project structure. This could help people that are not familiar with Angular and can't find the instructions that are on the code. For example the following:
Getting Started
Local Development for
/functions
Local Development for
/hosting
npm install
environment.local.ts
in/hosting/src/environments
and copy your app configuration in thereWhat do you think of this addition @andrew-cunliffe and @eddiejaoude ?