Installation

The pro pack is made available as a zip file that includes a sample project with examples of each of the components included in the product.

After downloading and unzipping the package, open the project in a web editor. The examples below use Visual Studio Code but any editor can be used.

Run 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

Project Overview

The project is organized the same way WireBootstrap theme projects are organized. This includes pages, code, and sample data. For details visit, the WireBootstrap theme documentation.

Last updated