Search⌘ K
AI Features

Front-End Setup

Explore how to install Angular-CLI globally, initialize a new Angular 4 application, and run it locally on localhost 4200. Understand the generated folder structure and how to set up your front-end environment to prepare for integration with a MongoDB back-end.

Installing Angular-cli

For our front-end part of the application, we used Angular 4. This is a JavaScript platform, like the other technologies in the MEAN Stack family, that provides us an easy way to write web applications. The most common way to manipulate this framework is to use Angular Command Line Interface – Angular-CLI. One of the benefits of this tool is that, once we initialize our application ...