# Installation

1. Node.js and NPM: You can download Node.js from here [https://nodejs.org.](https://nodejs.org) \
   Npm comes bundled with Node.js
2. Install grunt using below command line

```bash
npm install -g grunt-cli
npm install grunt --save-dev
```

After installing all the required frameworks, components and dependencies, go to the root folder of and   run the following commands from the command line:

```bash
npm install
grunt dist
grunt
```

If everything was installed correctly, you should see the jQuery version of Pangong running in **`http://localhost:9000/`**\
Above all procedures are optional you can directly use the compiled demo files which we provided you.
