Creating a Simple JavaScript App

In this chapter, we are going to create a simple web shop. We will start by writing a frontend using HTML, CSS, and JavaScript. Notice the lack of a backend. What I really like about frontend development is that it is so easy to get started with. We can create a complete app using only Notepad(++) or any other text editor. Of course, the lack of a database will prevent us from storing our results, but for now, that does not matter. The focus of this book is CI, not databases or backend development. The frontend alone will be enough to explore CI. After all, we can do tests and other automated tasks, such as minification. Even Continuous Delivery and Deployment are possible to implement (just copy your files ...

Get Continuous Integration, Delivery, and Deployment now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.