This app was built with node v20
. If you are using nvm you can switch the correct node version:
$ nvm install && nvm use
Install node dependencies:
$ npm i
Start the dev server:
$ npm run dev
- This workbook provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
- @vitejs/plugin-react uses Babel for Fast Refresh