AppWorks School Campus Program #1
Personal Porject
npm install
cd backend
npm install
cd backend
npm start
cd frontend
npm install
If you are going to use the backend server that runs on the localhost, open /frontend/src/api.js and change the hostname into http://localhost:3000.
cd frontend
npm start