Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed on your machine:
Cloning the Repository
git clone https://github.com/Hanhtunaung97/JS-crud-app-tailwind-jsonserver.git
cd JS-crud-app-tailwind-jsonserver
Installation
Install the project dependencies using npm:
npm install
Running the Project
npm run dev
Installing the Json Server
npm add -D vite-plugin-simple-json-server
Open http://localhost:5173 in your browser to view the project.