A simple URL shortener with a React frontend and an Express/Node backend.
- Node.js >= 18
- pnpm >= 8
Install dependencies:
pnpm installStart the development environment:
pnpm run dev- Frontend runs via Vite
- Backend API runs with Nodemon
Build the frontend and backend:
pnpm run buildStart the production server (after build):
pnpm start