https://github.com/mconf/mcs-core
https://github.com/mconf/mcs-core
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mconf/mcs-core
- Owner: mconf
- Created: 2017-11-13T19:03:17.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-07-31T16:31:27.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T20:00:58.569Z (3 months ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Copyright © 2016 [Mconf Tecnologia].
Installing npm and Node.js
====================
```bashcurl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs```
Update npm
==```bash
sudo npm install npm -g
```Install dependencies
==
```bash
npm install
```Run
==
```bash
npm start
```
Run the server (for mosaic):$ node server.js