Includes Eslint and prettier config along with api interceptors
To run this project, you will need to add the following environment variables to your .env file
VITE_BASE_URL
Clone the project
git clone https://link-to-project
Go to the project directory
cd my-project
Install dependencies
pnpm install
Start the server
pnpm run dev
Client: React, VITE, TailwindCSS
Install some dependencies for eslint config
pnpm install --save-dev eslint eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-jsx-a11y eslint-config-prettier eslint-plugin-prettier prettier