Book Image

Beginning Modern JavaScript Development with Microservices, WebRTC, and React

By : Zsolt Nagy
Book Image

Beginning Modern JavaScript Development with Microservices, WebRTC, and React

By: Zsolt Nagy

Overview of this book

JavaScript has now become a universal development language. Whilst offering great benefits, the complexity of the entire ecosystem can be overwhelming. In this course, we will take a look at the libraries in JavaScript that aid in building applications that have a microservices-based architecture, have features like audio and video calling, real-time score updates, multi-faceted search options and more. We will not only look at building these applications but also explore a number of industry-standard best practices. With coverage of both server-side and front-end development, this course will provide attendees with the skills required to develop cutting-edge web applications that stand the test of time. The code bundle for this course is available at https://github.com/PacktPublishing/Beginning-Modern-JavaScript-Development-with-Microservices-WebRTC-and-React
Table of Contents (7 chapters)
Chapter 6
Using the Features of Bootstrap 4
Content Locked
Section 2
Introduction to Bootstrap 4
This video gives an overview of Bootstrap. Bootstrap is an open-source, frontend framework for building responsive user interfaces. It targets mobile devices by focusing on mobile-first projects on the web. This means that it is primarily designed for mobile devices, then scales up from there. It has the advantage of simplifying front-end web development and further speeding up development time, irrespective of the project at hand, while at the same time maintaining quality and consistency across the site. In Bootstrap, we no longer need to redesign every element and we also don't need to spend hours trying to get everything looking and working right across browsers and devices. Let us begin with: - Setting up a sample web page using Bootstrap - Understanding which browser and devices does Bootstrap support