cra-template-toolkit-signin-up

1.0.6 • Public • Published

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"

Readme

Keywords

none

Package Sidebar

Install

npm i cra-template-toolkit-signin-up

Weekly Downloads

2

Version

1.0.6

License

ISC

Unpacked Size

16.8 kB

Total Files

32

Last publish

Collaborators

  • mike-stevens