Project to test the Vite tool for generating React JS applications.
See and interact with the project hosted on Netlify: TO DO LIST
Required Node.js version >=14.18.0
git clone https://github.com/GiovanniCavallari/react-vite-todolist.git
npm install
npm run preview
npm run build
Run application:
npm run dev
Run linter:
npm run lint:js
Run tests:
npm run test