Book Image

Hands-On MEAN Stack Web Development [Video]

By : Abhilash Govula
Book Image

Hands-On MEAN Stack Web Development [Video]

By: Abhilash Govula

Overview of this book

<p>JavaScript libraries are emerging as the latest tools for web development. As a result, companies and startups are now looking for MEAN stack developers. <br />This course will help you achieve this by teaching you MEAN stack development through building a Reddit-like application. This course will teach you how to apply MongoDB, Express, Angular, and Node.js in your web development projects.<br />By the end of the course, you will be a confident MEAN stack developer and will be able to build web applications.</p> <p>The code bundle for this video course is available at&nbsp;<a href="https://github.com/PacktPublishing/Hands-On-MEAN-Stack-Web-Development" target="_blank">https://github.com/PacktPublishing/Hands-On-MEAN-Stack-Web-Development</a></p> <h1>Style and Approach</h1> <p>The course will introduce you to each MEAN topic and discuss it with an example. Finally, you'll utilize all the concepts you've learned and build a complete end-to-end web application.</p>
Table of Contents (6 chapters)
Chapter 2
Building User Interfaces with Angular
Content Locked
Section 2
Generating an Angular Project
In this video, we will generate our first Angular project. - Use the Angular CLI tool downloaded earlier to create the project - Test the project template by compiling and running it - Create a Hello World application