SmartAdmin
Docs HomeProduct SiteSupport
  • WireBootstrap for SmartAdmin
  • Installation
  • Libs
  • Pages
  • Components
    • Analytics KPI
      • Configuration
    • Marketing KPI
      • Configuration
Powered by GitBook
On this page

Installation

PreviousWireBootstrap for SmartAdminNextLibs

Last updated 3 years ago

WireBootstrap for SmartAdmin is made available as a zip file that can be downloaded and unzipped into SmartAdmin's directory structure. WireBootstrap for SmartAdmin was created with v4.5.1 of the SmartAdmin theme.

Note: WireBootstrap for SmartAdmin does not include a license for the SmartAdmin theme. A license must be .

To install, copy the WireBootstrap for SmartAdmin zip file into the root of the SmartAdmin unzip directory as seen below.

Next, unzip the contents of the zip file into the directory. This will create a new directory called smartadmin-wirebootstrap. This directory contains the WireBootstrap for SmartAdmin project.

Running the Project

In Visual Studio Code, open a terminal window and run the npm first script when running the project for the first 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

Use npm start to run the project later now that the packages are installed.

npm run start

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

Visual Studio Code
purchased separately
Unzip the project
Open in Visual Studio Code