rzagorski / simpleAngularTable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation pre-requisites

IMPORTANT: Please use NPM 5 or above, to make sure the package-lock.json is used.

For running this project we need and npm installed on our machine. These are some tutorials to install node in different operating systems:

Its important to install the latest version of Node

Installing the Angular CLI

With the following command the angular-cli will be installed globally in your machine:

npm install -g @angular/cli

How To install this repository

We can install the master branch using the following commands:

git clone git@github.com:rzagorski/simpleAngularTable.git
cd simpleAngularTable
npm install

npm start

The application is visible at port 4200: http://localhost:4200

About


Languages

Language:TypeScript 71.7%Language:HTML 15.0%Language:CSS 13.2%