Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ziir/caliopen.web-old


https://github.com/ziir/caliopen.web-old

Last synced: 22 days ago
JSON representation

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/)