# Installation

### Project Requirement:

* First, make sure you have installed node.js 8.X and npm 5.X version. You can check it on your terminal window just by entering node -v and npm -v. You can also download latest nodeJs from here.

```
$ npm -v
$ node -v
```

* Make sure you have installed latest angular-cli 1.5X version. You can check the angular version in the terminal with ng -v command. If you need more info on how to set up the angular4 project, please follow “ [angular official website](https://angular.io/)” at there official websites.

  Git also should install on your machine if not then please download from [here](https://git-scm.com/downloads).

### How to Run:

**Run in web browser**

Open the Terminal and navigate to the project folder (**weapp**) and install NodeJS dependencies using the below command:

```
$ npm install
```

Once your node\_modules lib installed successfully you can run the app on the browser using below command:

```
$ng serve
```

If there is an issue, please google it, and if you dint find any solution, please feel free to report us, we will look into it.
