Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmuif/web
Supercharged version of Create React App with all the bells and whistles.
https://github.com/rmuif/web
avatar boilerplate create-react-app demo firebase material material-ui react react-router rmuif template web
Last synced: 26 days ago
JSON representation
Supercharged version of Create React App with all the bells and whistles.
- Host: GitHub
- URL: https://github.com/rmuif/web
- Owner: rmuif
- License: mit
- Created: 2019-01-12T22:23:31.000Z (almost 6 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-01T01:08:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T06:23:20.953Z (about 1 month ago)
- Topics: avatar, boilerplate, create-react-app, demo, firebase, material, material-ui, react, react-router, rmuif, template, web
- Language: JavaScript
- Homepage: https://rmuif-web.vercel.app
- Size: 8.76 MB
- Stars: 723
- Watchers: 15
- Forks: 148
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
:zap: Supercharged version of Create React App with all the bells and whistles.
## End of Maintenance
This project has not seen much activity lately and is being abandoned. We’ll still answer any queries you have on [Discord](https://discord.gg/5Ann5C3) but will not add any more features or fix bugs. If you want to maintain this project you can contact [[email protected]](mailto:[email protected]).
## Features
- Bootstrapped with Create React App.
- Google’s [Material Design](https://material.io) through Material-UI.
- Firebase back-end with most of their products for the web included, e.g., [Authentication](https://firebase.google.com/products/auth) and [Cloud Firestore](https://firebase.google.com/products/firestore).
- Routing with [React Router](https://reacttraining.com/react-router/web), including protected routes and error handling.
- Extensive and well-tested mobile support with full-screen dialogs and swipeable tabs.
- Cross-platform application monitoring with [Sentry](https://sentry.io).## Demos
### Stable
- https://demo.rmuif.com
### Development
- https://dev.rmuif.com
## Quickstart
```sh
npx create-react-app my-app --template rmuif
cd my-app
yarn start
```## Documentation
https://docs.rmuif.com
## Contributing
All contributions to the project are welcome. Before submitting an issue or a pull request, read the [Contribution Guidelines](CONTRIBUTING.md).
## Attribution
| Name | Description |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| [unDraw](https://undraw.co) | A constantly updated design project with beautiful SVG images that you can use completely free and without attribution. | |
| [Vercel](https://vercel.com) | Vercel is the easiest way to deploy websites. Host your web projects with zero configuration, automatic SSL, and global CDN. |## License
MIT