/HanDOL

Primary LanguageJavaScript

HanDOL

AppWorks School Campus Program #1
Personal Porject

Demo Link

Backend

Install Packages

npm install
cd backend
npm install

Start Backend

cd backend
npm start

Frontend

Install Packages

cd frontend
npm install

Start Frontend

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