A local first, barebones, calendar-centric todo app with a modern tech stack
🏠 Homepage
This monorepo contains the following packages:
app/
: RxDB-powered Angular frontend applicationserver/
: Bun-powered Express backend server
npm install:all && npm run start
- Node.js (LTS version recommended)
- Bun runtime
- npm
# Install all dependencies for both client and server
npm run install:all
# Start both client and server in development mode
npm start
# Start only the client
npm run start:client
# Start only the server
npm run start:server
# Build both client and server
npm run build
# Build only the client
npm run build:client
# Build only the server
npm run build:server
- Angular
- RxDB
- Modern UI/UX
- Bun runtime
- Express.js
- RxDB
Sai N. Nimmagadda
- Website: https://s11a.com
- Github: @snimmagadda1
Contributions, issues and feature requests are welcome!
This project is licensed under the terms specified in the LICENSE file.
Give a ⭐️ if this project helped you!