https://github.com/kiranmantha/plumejs-example-repo
example repo with implementation and unit testing setup for plumejs
https://github.com/kiranmantha/plumejs-example-repo
Last synced: 2 months ago
JSON representation
example repo with implementation and unit testing setup for plumejs
- Host: GitHub
- URL: https://github.com/kiranmantha/plumejs-example-repo
- Owner: KiranMantha
- License: mit
- Created: 2020-03-26T14:59:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T12:45:25.000Z (about 1 year ago)
- Last Synced: 2024-05-02T19:31:26.079Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 4.72 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# For Documentation
## Core
please visit [plumejs repo](https://github.com/kiranmantha/plumejs)## Router
please visit [plumejs-router repo](https://github.com/kiranmantha/plumejs-router)## UI controls
please visit [plumejs-ui repo](https://github.com/kiranmantha/plumejs-ui)# Initial Steps
1. To start application, run `npm start`
2. To run unit tests, run `npm run test`