This project was bootstrapped using the vite cli.
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.
You will also see any lint errors in the console.
Builds the app for production to the dist
folder.
See documentation on building for production for more information.
Boots up local static web server that serves the files from dist at http://localhost:5000. It's an easy way to check if the production build looks OK in your local environment.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Runs elsint based on local eslint setup.
Runs elsint and autofix issues.
Runs prettier to format project based on local prettier setup.
Run a compile based on a local tsconfig.json settings.