/taskr.io

A minimal kanban board app

Primary LanguageJavaScript

taskr.io

A minimal Kanban Web App made for the Orientation Project at Hack Your Own
Visit our Project Here

Installation

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