Skip to content

Development Workflow

Mikel Duffy edited this page Dec 27, 2016 · 5 revisions

Development

  • Separate repos for each service and client.
  • Docker
  • Airbnb style guide - base for back-end services, and full for front-end client. See links for installation/config. Your .eslintrc should look like this.

Continuous Integration

  • Gitlabs looks great for testing each service/client individually.

Continuous Deployment

Need to figure out how to deploy to a staging environment to run integration tests on all of the services as we develop them.

Clone this wiki locally