Pangong
  • Getting Started
  • Change log
  • Introduction
    • Installation
    • NPM
    • SASS
    • Grunt
    • API Reference
    • Browser Support
    • Jquery 3.3.1
    • Bootstrap 4.1.3
  • Menu Styles
    • Vertical Menu Style
    • Horizontal Menu Style
    • Horizontal Menu with Top nav
  • Application
    • Chat
    • Calendar
    • Email
  • Social Feed
    • Twitter Feed
  • components
    • Gallery
    • Activity
    • Embeds
    • Colors
  • forms
    • Toggles
    • Range slider
    • Select2
    • Input Spinner
    • Date Picker
    • Color Picker
    • Editor
  • Tables
    • Data Table
    • Responsive Table (tablesaw)
    • Editable Table
  • Charts
    • Morris Chart
    • E-Charts
    • Sparkline Chart
    • Peity Charts
    • Easy Pie Chart
  • Maps
    • Vector Map
    • Google Map
  • ...
    • Credits
Powered by GitBook
On this page

Was this helpful?

  1. Introduction

Installation

To get started, you need to follow some specific steps ( Use of these tools is completely optional.)

PreviousChange logNextNPM

Last updated 6 years ago

Was this helpful?

  1. Node.js and NPM: You can download Node.js from here Npm comes bundled with Node.js

  2. 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.

https://nodejs.org.