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

https://github.com/aunyks/openshift-express-quickstart

Ready-to-go boilerplate code for quickstarting Node.js servers on Redhat Openshift.
https://github.com/aunyks/openshift-express-quickstart

Last synced: 2 months ago
JSON representation

Ready-to-go boilerplate code for quickstarting Node.js servers on Redhat Openshift.

Awesome Lists containing this project

README

        

# openshift-express-quickstart
## by Gerald Nash (http://aunyks.com/)
Ready-to-go boilerplate code for quickstarting Node.js servers on Redhat Openshift.

To get started:

1.Clone the repository

``git clone https://github.com/aunyks/openshift-express-quickstart.git ``

2.Install required packages and run the server locally. It will bind to localhost:3000

`` npm install && npm test ``

3.Make your changes, then push to your Openshift remote!