mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
1.1 KiB
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:
- React.js Documentation - learn about React.js features and API.
- Learn Vite - Next Generation Frontend Tooling.
- Learn Next UI - Beautiful, fast and modern React UI library.
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