A minimal Kanban Web App made for the Orientation Project at Hack Your Own
Visit our Project Here
Running the server locally
Change frontend/src/config.js
url to localhost:3001
or use the hosted url and skip to client setup
In the root directory do
npm install
npm run startdev
Running the client
cd frontend/
then
npm install
npm start