Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 626 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 626 Bytes

Project Tracker

This is a project tracker application with a client and server setup.

Running the Server

To run the server, navigate to the server directory and use the following command:

npm run dev

This will start the server in development mode.

Running the Client

To run the client, navigate to the client directory and use the following command:

npm run dev

This will start the client in development mode.

Remember to install all the necessary dependencies by running npm install in both the client and server directories before starting the applications. Enjoy coding! 😊