Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 386 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 386 Bytes

PD tracker tool frontend

This repo holds the source code for the frontend of PD tracker tool.

Follow the below steps to setup and run the application.

npm install

Installs all the required node modules from the package.json file.

npm start

Starts the app by default on the port 3000. Open http://localhost:3000 to view it in your browser.