Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 513 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 513 Bytes

OpenShift + Express4 Example

This project utilizes most tools/examples talked about in the codergv.org/boot program.

Students are encouraged to go through the classroom slides to get their projects to the same starting point as this repository. If in need of a new starting point, however, you can use this project by:

git clone https://github.com/ibolmo/openshift-express-example.git your-project-name
cd your-project-name
npm install

cp .env.example .env
atom .env && \

# start the server
gulp