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.
- Host: GitHub
- URL: https://github.com/aunyks/openshift-express-quickstart
- Owner: aunyks
- Created: 2016-07-13T04:20:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T22:28:54.000Z (over 8 years ago)
- Last Synced: 2025-03-18T15:52:01.864Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!