1.0.6 • Published 2 years ago

cra-template-toolkit-signin-up v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

cra-template-toolkit-signin-up

A react template that includes redux toolkit with auth0.

How To Install

  • yarn
  • yarn create react-app --template toolkit-signin-up

  • npm

  • npm init react-app --template toolkit-signin-up

  • npx

  • npx create-react-app --template toolkit-signin-up

Using Auth0

  • https://auth0.com/
  • create you application and get your Domain and ClientID

  • create a .env file and add the Domain and ClientId to the corresponding variable.

REACT_APP_AUTH0_DOMAIN="Put Domain Here"\ REACT_APP_AUTH0_CLIENT_ID="Put Client Id here"

What gets installed in addition to the regular Create React App template

  • Just like regular create-react-app but so much more.\This template includes:\

    "@auth0/auth0-react", \ "@reduxjs/toolkit",\ "bootstrap",\ "react-bootstrap",\ "react-redux",\ "react-router-dom"

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago