Yay! You made it to the cut string front end repository. Hopefully the backend is up and running on port 3000! Let's get the UI going now.
- This application runs on React version 18.1.0; please make sure you have it on your local machine!
- Clone this repository
- Run
npm-install
to install the necessary dependencies (you can check all of these in package.json, it's all very standard) - Run
npm start
to start the application- You will most likely be prompted to start the app on a port other than 3000. Just type
y
- You will most likely be prompted to start the app on a port other than 3000. Just type
- You're all good to go!