Another builder project with Gulp, Webpack and Bootstrap 3.
git clone https://github.com/wowxoxo/builder_gulp-webpack-bs3 project_name
cd project_name
rm -rf .git
git init
sudp npm install gulp
cd project_folder
npm install
Start the project.
npm start
Build the project.
npm run build