Follow these steps to make this template your own
Git
- After cloning this repo, blow away the .git folder
NPM
- Modify the package.json to make it your project.
Application Configuration
- The setup only assumes
NODE_ENV=development|production|test
environments.
- Modify the appropriate config file so that correct config is injected in the app.
- Use environment variable
APP_ENV
to identify configuration for application environments
like staging, uat etc.
Jenkins
- Modify the
CONF
variable in the Jenkinsfile to consist of values you would like
- Modify the parameter to accommodate your application environments as targets.
- Modify production stack and stage stack to suit your project needs