Installation
To get started, you need to follow some specific steps ( Use of these tools is completely optional.)
Node.js and NPM: You can download Node.js from here https://nodejs.org. Npm comes bundled with Node.js
Install grunt using below command line
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:
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.
Last updated
Was this helpful?