Course lesson
Start by cloning the spareactjavascripthello-worldreact-router-6 repository on its starter branch:
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 startCourse lesson
Start by cloning the spareactjavascripthello-worldreact-router-6 repository on its starter branch: