builder_gulp-webpack-bs3

Generic badge

Another builder project with Gulp, Webpack and Bootstrap 3.

System requirements

Clone repository an init project

git clone https://github.com/wowxoxo/builder_gulp-webpack-bs3 project_name
cd project_name
rm -rf .git
git init

Install dependencies

Install gulp globally

sudp npm install gulp

Install npm packages:

cd project_folder
npm install

Commands

Start the project.

npm start

Build the project.

npm run build