UNPKG

boilerplate-web-ui

Version:

A bare bones web ui project folder containing the essentials to get you start building a web page immediately.

11 lines (9 loc) 455 B
# boilerplate-web-ui A bare bones web ui project folder containing the essentials to get you start building a web page immediately. ## NPM You can install directly via NPM to your project folder. ``` npm install boilerplate-web-ui ``` ### Usage The BoilerPlate Web UI comes with Boostrap CSS and JS files alongside jQuery and Bootstrap Spacer CSS files directly defined in the link and script tags of your index page. You can start designing right away!