This is a project tracker application with a client and server setup.
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.
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! 😊