Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziir/caliopen.web-old
https://github.com/ziir/caliopen.web-old
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ziir/caliopen.web-old
- Owner: ziir
- Created: 2015-09-04T09:15:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-27T15:02:51.000Z (about 9 years ago)
- Last Synced: 2024-04-14T15:56:08.203Z (7 months ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Caliopen.Web
[CaliOpen](https://caliopen.org)'s Web Server using Nodejs/Express.
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)## Installation (Development)
* `git clone https://github.com/CaliOpen/caliopen.web.git` web
* cd web
* `./bin/install`## Running (Development)
* `npm start` or `npm run start:watch`
* The webserver is available at [http://localhost:4000](http://localhost:4000).### Running Tests
* `npm test`
### Deploying
TODO
## Further Reading / Useful Links
* [Express](http://expressjs.com/)