Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



Logo

: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



Preview
Preview

### 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