React SaaS BoilerPlate using the following technologies:
- Create-react-app base
- Material-UI
- emotion.js & @emotion/styled components
- react-redux & redux-saga
- react-router-dom
It includes JWT authentication supporting the following strategies: Local, Google OAuth, Facebook OAuth Includes Logged-out Landing Page with Login/Register Includes Logged-in page with basic navigation and User profile view/edit
Install it and run:
yarn install
yarn start
This example demonstrates how you can use Create React App with TypeScript.