An React app for my personal use to find hospital documents quickly to avoid manually browsing the binder.
- Design philosophy of React
- Reinforcement of concepts of React
# Clone the repository
git clone https://github.com/alexpqbt/lookupper
cd lookupper
# Install dependencies
npm installRun in development mode:
npm run dev- This starts Vite’s development server.
- Open
http://localhost:5173(default) in your browser.
Build for production:
npm run build- The production-ready files will be in the
distfolder.
Preview the production build locally:
npm run preview