- Vite React
- Node.js (preferred latest version)
- Install Node.js
- After installing, open the terminal and run
npm install
- Run
npm run devto start the development server. - Run
npm run buildto compile the source code.
NOTE: After compiling, check the /dist folder for the production build. - The files inside the
/distfolder are the ones that should be uploaded to the server for hosting.