https://github.com/forxynet/react-project-management
react
https://github.com/forxynet/react-project-management
authcontext authcontextprovider components components-react crud dashboard filter-projects firebase-auth online-users pages select-multiple useeffect-hook usereducer-hooks useref-hook usestate-hook vanilla-css
Last synced: about 2 months ago
JSON representation
react
- Host: GitHub
- URL: https://github.com/forxynet/react-project-management
- Owner: forxynet
- Created: 2025-01-15T13:13:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T11:41:24.000Z (4 months ago)
- Last Synced: 2025-02-09T18:19:40.354Z (3 months ago)
- Topics: authcontext, authcontextprovider, components, components-react, crud, dashboard, filter-projects, firebase-auth, online-users, pages, select-multiple, useeffect-hook, usereducer-hooks, useref-hook, usestate-hook, vanilla-css
- Language: JavaScript
- Homepage: https://react-project-management.onrender.com/
- Size: 1.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install Firebase
1) npm install [email protected]
2) npm install -g firebase-tools
3) firebase initselect blow with press space
1) Firestore: Configure security rules and indexes files for Firestore
2) Hosting: Configure files for Firebase Hosting and (optionally) set up GitHub Action deploys
3) Storage: Configure a security rules file for Cloud Storage
4) [enter]
5) Use an existing project
6) react-project-management-5516d (react-project-management)
7) What file should be used for Firestore Rules? (firestore.rules)
8) What file should be used for Firestore indexes? (firestore.indexes.json)
9) What do you want to use as your public directory? build
10) Configure as a single-page app (rewrite all urls to /index.html)? (y/N) y
11) Set up automatic builds and deploys with GitHub? (y/N) n# Deploy
1) firebase deploy --only firestore
2) npm run build
3) firebase deploy