A basic app similar to kanban to be fully hosted on heroku (back and frontend). It is developed using the MERN stack. Live site can currently be found at https://kanbanish-in-react.herokuapp.com/.
Steps to run this locally:
- clone to local computer
- navigate to root folder and run "npm i" + [enter]
- Still in the root folder, run "node server.js"
- navagate to the client folder ("~kanbanish-on-heroku/client/) and type "npm i" + [enter]
- still in the client folder, type "npm start" + [enter]
- in your browser, navagate to http://localhost:3000/