This is a React project bootstrapped with Vite, Chakra UI, and TypeScript.
- Clone this repository to your local machine.
- Install dependencies by running
npm install
. - Run the development server using
npm run dev
. - Open your browser and go to
http://localhost:3000
to view the app.
In the project directory, you can run:
Runs the app in 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.
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 built app in production mode.
Open http://localhost:5000 to view it in the browser.
To learn React, check out the React documentation.
To learn Vite, check out the Vite documentation.
To learn Chakra UI, check out the Chakra UI documentation.
This project is licensed under the MIT License.