This is a [Vite React TypeScript](https://reactjs.org/) project bootstrapped with [`create vite`](https://stackblitz.com/edit/vitejs-vite-9rgerc?file=index.html&terminal=dev). ## Getting Started First, run the development server: ```bash npm install npm run dev ``` Open [http://localhost:3000](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](https://reactjs.org/docs/getting-started.html) - learn about React.js features and API. - [Learn Vite](https://vitejs.dev/guide/) - Next Generation Frontend Tooling. - [Learn Next UI](https://nextui.org/) - Beautiful, fast and modern React UI library. You can check out [the Next UI GitHub repository](https://github.com/nextui-org/nextui) - your feedback and contributions are welcome! ## Creating Production Build Run ```bash npm run build ``` To Serve the Production App Locally ```bash npm install -g serve serve -s dist ```