@hilemangroup/bp-web-base
v1.1.0
Published
Common shared frontend utilities for boilerplate projects
Downloads
8
Readme
Common Assets
Common shared frontend utilities for boilerplate projects
This project contains commonly used Sass and JavaScript files that can be imported into other projects via NPM.
Installation
To use this module, your computer needs:
To use this package in your own project, run the following command:
npm install @hilemangroup/bp-web-baseDevelopment
Open the folder in your command line, and install the needed dependencies:
cd projectname
npm installFinally, run npm start to run Gulp. Your finished site will be created in a folder called dist.
To create compressed, production-ready assets, run npm run build.
