Summary
In this chapter, we have set up an integration build using Travis CI, added static analysis of our code using ESLint, automated our tests and other tasks using Gulp, and started measuring our test coverage using the Istanbul tool.
Now that we have the infrastructure in place for stable development, we can start expanding our project. In the next chapter, we'll introduce persistent data stores to the application.