From 45e729e87aa2986271229b005fa2098da008083d Mon Sep 17 00:00:00 2001 From: Jorge Flores Date: Wed, 11 Mar 2020 09:59:52 -0500 Subject: [PATCH] Add Prerequisites README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 972975db3..b45049a52 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,21 @@ This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 9.0.4. +## Prerequisites + +### Node.js + +We can install Node.js from [https://nodejs.org/en/download/] but we recommend that you install it using Node Version Management [https://github.com/nvm-sh/nvm] (v12.16.1 LTS). + +### Angular CLI +Angular CLI is a Command Line Interface (CLI) to speed up your development with Angular. + +Run `npm install -g @angular/cli` for install Angular CLI + +## Install Node Modules + +Run `npm install` for install the node_modules. + ## Development server Run `ng serve` to run the app in a dev mode, after executing this command you can navigate to `http://localhost:4200/` to see the app working.