- Git
- Node > v8
- OC (Openshift Console)
GIT SIDE
- Create a new repository for new project.
- Commit the changes to your new repository (including package.json (the package.json must have a start script in it), server file, node modules etc).
- Clone the changes from github repo to your local system folder.
OPENSHIFT SIDE
- Click on nodeJS icon and create a project.
- In the repository url enter the url for your newly created repository.
- Build and start the app.