MU Capstone Project
- Make sure you have Node.js and npm (Node Package Manager) installed on your system. You can download and install them from the official Node.js website
- Install Express.js, a web application framework for Node.js, by running npm install express --save
- Install the Angular CLI globally by running npm install -g @angular/cli