Skip to content

Team-Cepheus/taskr.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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