This project is made with Vite and Tailwind CSS.
https://crm-react-eme-hache.vercel.app/
To run this project, you will need to add the following environment variables to your .env file
VITE_API_URL
To use this project locally, you'll need to set up a local development environment with json-server. Follow these steps:
-
Install
json-serverglobally (if not installed):npm install -g json-server
-
To run backend use
servercommand -
To run frontend use
devcommand


