Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 721 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 721 Bytes

React SaaS BoilerPlate

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

How to use

Install it and run:

yarn install
yarn start

The idea behind the example

This example demonstrates how you can use Create React App with TypeScript.