Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 349 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 349 Bytes

WEEKIE

This is the repository for the time management app WEEKIE. The repo contains only the frontend code for now, built upon react (typescript) and webpack. To run and customize, make sure you have npm installed, and do

npm install

to install the dependencies. Then do

npm run start

to view the site locally.