Course lesson
Download Starter Application from Auth0 Developer Center
Start by cloning the spareactjavascripthello-worldreact-router-6 repository on its starter branch:
- Duration
- 1 min
- Access
- Free
- Transcript
- Retained from source evidence
Start by cloning the spa_react_javascript_hello-world_react-router-6 repository on its starter branch:
git clone -b starter git@github.com:auth0-developer-hub/spa_react_javascript_hello-world.gitChange your current directory to spa_react_javascript_hello-world_react-router-6
cd spa_react_javascript_hello-worldInstall the project dependencies
npm installRun the React application on http://localhost:4040
npm start