Installation

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

Running the Project

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

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

Last updated