Task and expense management application created to facilitate the management of resources among small groups of people.
- Download this repository.
- Run
npm install
. - Set API key for Firebase service
a) Create a file
.env
and set yourREACT_APP_FIREBASE_API_KEY={YOUR_VALUE}
value. b) Set enviroment variableREACT_APP_FIREBASE_API_KEY
and its value in your host. - If needed, you can set your own Firebase configuration in
./src//firebase-conf.ts
. - Run app with
npm start
- run
npm run deploy
Fiebase Auth in React Tutorial (Spanish)
Fiestore CRUD with React Tutorial (Spanish)
Deploy react app into GitHub Pages