Add a react app to your spring boot project
create a new reactjs app and build it
-
First have node installed, if using wsl Ubuntu I believe this prebundled. With node comes
npx
cli. -
run the following command to pull all required resources
npx create-react-app scheduler
-
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 -
Check the README.md file in the react apps root dir for more useful info