🔰
Track various activities from particular start times.
- Clone the repository and cd into into the project directory:
$ git clone https://github.com/khwilo/time-tracking-app.git
$ cd time-tracking-app
- Install the required dependencies:
$ cd client && npm install
$ cd server && npm install
- Run the app:
$ npm run dev