Skip to content

Latest commit

 

History

History
107 lines (46 loc) · 2.59 KB

readme.md

File metadata and controls

107 lines (46 loc) · 2.59 KB

// Framework documentation & getstarted guide

  1. License.............
  • MIT ( Modify & use it on your own way )
  1. Build...............
  • This is just a simple css ( sass ) / html based framework to boost the speed on the project startup.

  • This framework uses bootstrap 3 & material design bootstrap 3 as its code.

  • Switch between bootstrap 3 and MDB 3 any time you want from the master.scss file which is inside src/scss folder.

  1. Getting started.............
  • Using gulp ? init you gulp project inside this project and check gulpfile.js

  • Not using gulp ? Just downlaod or clone the repo and rename it to your project name.

  • Now read chapter 5 or 4.

  1. How it works ( For gulp uses ).............................
  1. How it works for non-gulp uses ( gulp users too read ).........................................
  • Hope you cover getting started chapter 3. Let me explain you the code, file & folder structure.

  • "dist" is the folder where your files are produced for production uses.

  • "src" is the folder where your development scss,js,img & fonts are located.

  • index.php is used only to include the templet parts like header, sidebar, body and footer.

  • header.html is file where basically header portion codes goes.

  • Hope you understand about footer.html & sidebar.html

  1. Core Components used & their credits.............................
  1. Tools that you will need to start working
  • Apache server to run index.php file ( Xampp, wamp, mamp etc )

  • Ide or text editor ( netbeans, sublime, atom etc )

  • Preprocesser to process SASS to CSS. Recommended Koala - http://koala-app.com/

  • Node.js, gulp ( if you want to init the project in gulp )

// This documentation will be updated soon. This is incomplete documentation. Thanks