Gentelella
Docs HomeProduct SiteSupport
  • WireBootstrap for Gentelella
  • Installation
  • Libs
  • Pages
    • Empty
  • Theme Assets
  • Components
    • Compare KPI
      • Configuration
    • Count KPI
      • Configuration
  • Page Menu
Powered by GitBook
On this page

Installation

PreviousWireBootstrap for GentelellaNextLibs

Last updated 3 years ago

WireBootstrap for Gentelella is made available as a zip file that can be downloaded and unzipped.

Running the Project

In Visual Studio Code, open a terminal window and run the npm first script when running the project for the fist time. This will install the npm packages required to run the project and then open the default page in a new browser window.

npm run first

Once the packages are installed, use npm start to run the project.

npm run start

After unzipping the project, open the project in a web application editor. The examples in this documentation use but any web editor can be used. The project has no web service dependencies.

Visual Studio Code
Unzip the Project
Open in Visual Studio Code