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

https://github.com/steedos/steedos-issues-app

Issue management app written in nodejs, powered by Steedos and Salesforce Lightning Design System
https://github.com/steedos/steedos-issues-app

Last synced: 8 months ago
JSON representation

Issue management app written in nodejs, powered by Steedos and Salesforce Lightning Design System

Awesome Lists containing this project

README

          

# Steedos Issues App
Issue management app written in nodejs, powered by Steedos and Salesforce Lightning Design System

### Install dependencies
- [Install NodeJS, v8.0.0 or later.](https://nodejs.org/en/)
- [Install MongoDB Community Server v3.4 or later](https://www.mongodb.com/download-center/community)

### Install steedos
```
npm install steedos-server --global
npm install steedos-cli --global
```

### Install node_modules
```
npm install
```

### Run
```
steedos run
```