An open API service indexing awesome lists of open source software.

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

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`