denomash / Task-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Manager app

This is a task management application.

Setup

Clone the repo first.

Server

To run the server locally:

Navigate to the server folder

cd server

Install dependendencies

yarn install

Build the application

yarn build

Start application

yarn start

Client

To run the client locally:

Navigate to the client folder

cd client

Install dependendencies

yarn install

Start application

yarn start

About


Languages

Language:TypeScript 92.8%Language:HTML 5.4%Language:CSS 1.3%Language:JavaScript 0.5%