React Most Wanted
is a "base project", "starter kit", "boilerplate" (call it however you want) project with my personal "Most Wanted" features:
- easy to maintain
- *PWA - has Progressive Web App features
- responsive - included with PWA
- material-ui
- routing
- theming
- forms - with realtime sync of untouched fields
- internationalization
- authentication
- authorisation
- CI and CD
There are also other cool features:
- realtime database
- realtime forms
- messaging/notifications - every loged user that approved messaging on login will recieve notifications for new tasks created
- full authentication - with google, facebook, twitter, github, email and phone
- online and last time offline state for users
- file uploads to the firebase storage
In the folder run this command to start the develeoplemt mode of the project:
npm run dev
For publishing run:
npm run build