This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
- Install all project dependencies using NPM by running the following command:
npm install
Make sure that you have Node.js
Install the dependencies and devDependencies
$ git clone [email protected]:georgesimos/React-ts-Vite.git
$ cd react-vite
$ npm install
Start the React App.
$ npm run dev
Run React Tests
$ npm run test
Run React Tests coverage
$ npm run coverage
Run Cypress Tests
$ npm run dev
$ npm run cy:run-e2e
Open Cypress in Chrome
$ npm run dev
$ npm run cy:open-e2e