https://github.com/banyango/dailydo.ui
DailyDo UI
https://github.com/banyango/dailydo.ui
Last synced: 12 months ago
JSON representation
DailyDo UI
- Host: GitHub
- URL: https://github.com/banyango/dailydo.ui
- Owner: Banyango
- Created: 2020-11-22T03:49:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T04:27:08.000Z (over 3 years ago)
- Last Synced: 2025-02-12T09:52:46.102Z (over 1 year ago)
- Language: TypeScript
- Size: 2.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DailyDo.UI
This is the frontend SPA for DailyDo
To run install dev dependencies
```npm i --no-optional```
Then run
``npm start``
This will run the UI application on ``localhost:3000``
The App landing page is /app.
See *DailyDo.Server* for running the backend.