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
- Host: GitHub
- URL: https://github.com/steedos/steedos-issues-app
- Owner: steedos
- Created: 2019-02-27T01:37:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T01:44:33.000Z (over 6 years ago)
- Last Synced: 2025-01-12T14:28:54.912Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```