Getting started

This project was created with create-uplift-project

Requirements

  • Node JS

Installation

Install the dependencies by running:

npm install

You can replace the default npm to your favorite package manager like yarn or pnpm

Development

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.

Build

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!

lint

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

Learn More

You can learn more in the Vite documentation