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