Skip to content

CodeRGV/openshift-express-example

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 48.7%
  • JavaScript 43.6%
  • HTML 7.2%
  • CSS 0.5%