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:

Terminal
git clone -b starter git@github.com:auth0-developer-hub/spa_react_javascript_hello-world.git

Change your current directory to spa_react_javascript_hello-world_react-router-6

Terminal
cd spa_react_javascript_hello-world

Install the project dependencies

Terminal
npm install

Run the React application on http://localhost:4040

Terminal
npm start