2022-02-28 02:00:11 +05:30

1.1 KiB

This is a Vite React TypeScript project bootstrapped with create vite.

Getting Started

First, run the development server:

npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/App.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about React.js, take a look at the following resources:

You can check out the Next UI GitHub repository - your feedback and contributions are welcome!

Creating Production Build

Run

npm run build

To Serve the Production App Locally

npm install -g serve
serve -s dist