Skip to content

Minimal starter kit based on create-vite-react template. It use React Router and Auth0 with Okta.

Notifications You must be signed in to change notification settings

bzfvrto/simple-starter-kit

Repository files navigation

React + TypeScript + Vite + Auth0 + React router

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Just the basic

This template is a basic integration of auth0 in the default template generated by Vite. It use React router to display protected page.

The bare minimum to develop auth0 app faster

How to use it

  • Fork/Clone this repository
  • Open terminal in this new directory
  • Copy .env.example to .env : cp .env.example .env
  • Create an account at Auth0 - Okta
  • Fill the .env file with your application's credentials
  • Start your local server : yarn dev
  • You are ready to develop your next app...

About

Minimal starter kit based on create-vite-react template. It use React Router and Auth0 with Okta.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published