https://github.com/manojc/agendash
agendadh UI for personal use
https://github.com/manojc/agendash
Last synced: 2 months ago
JSON representation
agendadh UI for personal use
- Host: GitHub
- URL: https://github.com/manojc/agendash
- Owner: manojc
- License: mit
- Created: 2018-12-17T22:48:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T06:59:09.000Z (over 6 years ago)
- Last Synced: 2025-01-03T22:34:21.242Z (4 months ago)
- Language: JavaScript
- Size: 2.92 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agendash
## What is this?
Agendash is a UI for [agenda npm package]. The UI is based on angular 7 & a simple http server in the backend.
> Upcoming release will start supporting different routing moddlewares for frequently used Node framewroks such as express, koa, etc.
---
## Project Structure
The package entry point is [index.js file] in lib directory.
The Angular UI project resides in [ui folder] folder in root directory. The dist folder of UI should point to the [public folder] (inside lib directory).
Build the angular app before checking in the changes to make sure public folder is up to date with latest UI changes.
---
## Demo
Run following command -
``` bash
# install dependencies & start a server on port 8080
npm i && npm start
```The server will run on http://localhost:8080
---
## Author
Manoj Chalode ([email protected])
Copyrights - Manoj Chalode (December 2018)
---
[agenda npm package]:https://github.com/agenda/agenda
[index.js file]:./lib/index.js
[ui folder]:./ui/
[public folder]:./lib/public