https://github.com/msbrime/react-preschool
A demo react application that uses firebase and react router
https://github.com/msbrime/react-preschool
firebase-database react react-router ssr usesyncexternalstore
Last synced: 5 months ago
JSON representation
A demo react application that uses firebase and react router
- Host: GitHub
- URL: https://github.com/msbrime/react-preschool
- Owner: msbrime
- Created: 2016-11-18T20:29:36.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T00:25:46.000Z (over 1 year ago)
- Last Synced: 2025-02-11T00:26:12.215Z (over 1 year ago)
- Topics: firebase-database, react, react-router, ssr, usesyncexternalstore
- Language: JavaScript
- Homepage: https://react-preschool.vercel.app/
- Size: 3.24 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## React Preschool
A vercel hosted react practice application that uses firebase, react router and express for server-side rendering. See it online [here][online-link]
## Local Build / Development
To run the project locally
- Clone the repository
- Execute the following commands from the project directory
- `yarn`
- `yarn build`
- `yarn start-server`
- Visit `localhost:3000`
## Quiz
`/quiz`
## Admin Panel [Under Reconstruction]
`/admin`
~~To access the admin panel you can use the credentials `email: guest@pmvc.com` and `password: password`.~~
~~Access is limited to data reads only~~
[online-link]: https://react-preschool.vercel.app/