create a new reactjs app and build it

  1. First have node installed, if using wsl Ubuntu I believe this prebundled. With node comes npx cli.

  2. run the following command to pull all required resources npx create-react-app scheduler

  3. Run it being served up from node and make sure everythings there npm start Then check http://localhost:3000 as it tells you to do and make sure you see the React App page

  4. Check the README.md file in the react apps root dir for more useful info