This is a sample project to implement basic auth using jwt in MERN stack.
- React
- Vite
- TypeScript
- Tailwindcss
- NodeJS
- Express
- MongoDB
# cd into the frontend code
cd client
# Install all the deps
npm install
# Start the dev server
npm run dev
For running the backend code see