Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 1.91 KB

README.md

File metadata and controls

60 lines (48 loc) · 1.91 KB

[Warning] Under Development.

What & Why!

Features!

  • Recommended tools used from google page speed doc (https://developers.google.com/speed/docs/insights/MinifyResources)
  • Based on bootstrap 4 and recommendation from doc
  • Optimized for better performance.
  • No change in distribution/build approach. Every changes goes under source directories.
  • Can Easily change distribution / build directory names according to your project needs.

Uses!

Install

  • Make sure your system has node.js installed. To check open your favorite terminal / commander tool and run
node -v
  • If not already installed, install gulp globally.
npm install gulp -g
  • Download this repository as zip to your project directory.
  • Open terminal / commander in your project directory, the run
npm install
npm start

Thats it!!! Your output / build directory will be processed and ready; Default browser will fire with the bootstrap starter template and will be watching for your modification in the sources. Start building amazing things.

Guidelines

Tools Used

Team

License

This project is licensed under the MIT License - see the LICENSE.md file for details