An open API service indexing awesome lists of open source software.

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

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/