This project was created with create-uplift-project
- Node JS
Install the dependencies by running:
npm install
You can replace the default
npm
to your favorite package manager likeyarn
orpnpm
After the installation, you can run
npm run dev
This will run the app in the development mode.
The page will reload when you make changes.
You may also see any lint errors in the console.
This will build the app for production in dist
folder.
It correctly bundles React in product mode, optimizes the build for the best performance.
npm run build
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
This will check any errors or warnings in your codes, and will automatically fix by running:
npm run lint:fix
For more information, check ESLint documentation
You can learn more in the Vite documentation