This project was bootstrapped with @vite/create-app
In the project directory, you can run :
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.
🚀 Your app is ready to be deployed !
Runs the app in the server mode. Open http://localhost:5000 to view it in the browser. The page will reload if you make edits.
This command allows to automatically correct some eslint errors present in the code. Some errors may not be able to be corrected and will have to be fixed manually.
This command will automatically format your code. Some format errors generated by prettier may not be correctable and will have to be fixed manually.
Starts the code verification by running eslint (npm run lint:fix
) and prettier (npm run lint:format
).
🚨 Warning : This command must be executed before each commit!