A simple Todo List, with React Router 7, React 19, Tailwind CSS 4, shadcn/ui Components, React Hook Form
Install the dependencies:
npm install
Start the development server with HMR:
npm run dev
Your application will be available at http://localhost:5173
.
Create a production build:
npm run build
To build and run using Docker:
docker build -t my-app .
# Run the container
docker run -p 3000:3000 my-app