React Vite - To Do List

Project to test the Vite tool for generating React JS applications.

See and interact with the project hosted on Netlify: TO DO LIST

Table of Contents

Setup

Required Node.js version >=14.18.0

1. Clone the repository

git clone https://github.com/GiovanniCavallari/react-vite-todolist.git

2. Install dependencies

npm install

3. Start app on localhost

npm run preview

Build

npm run build

Development

Run application:

npm run dev

Run linter:

npm run lint:js

Run tests:

npm run test