The frontend for BetterDo. This repository contains the frontend user interface for the app.
It's recommended you run this with the REST API Server. See betterdo-api.
- ⚛️ React Application leveraging Hooks and SWR.
- 🤓 Uses TypeScript to reduce bugs and improve code satisfaction
- 👷♂️ Leverages a Service Worker for offline support, push notifications, and an installable PWA.
- 🧱 Uses Vite for blazing fast development and builds
- 🎼 Leverages GitHub actions for automated production deploys and testing
npm install
npm start
If both server and UI are running, you'll have the option of visiting:
- http://localhost:8000/ for full user experience
- http://localhost:8080/ for front-end live reloading