Skip to content

How to build a UI Framework from scratch. Based on Bootstrap-sass 3. Edit

Notifications You must be signed in to change notification settings

moderndeveloper-students/ui-framework-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI Framework Starter Kit – Based on "Bootstrap-Sass 3.3.7"

--

The folder structure is the following:

|
|- stylesheets: here there are all the .sass files and also the generated bootstrap.css file
|- fonts: the glyphicons font for symbols in several formats, http://glyphicons.com/
|- images: empty folder, but you can use it to place images in case you need them
|- javascripts: the javascript for all UI components that need of javascript to work
|- examples: there are some .html files here to demonstrate how to use Bootstrap

To compile the Sass files and obtain the bootstrap.css file, run:

sass stylesheets/bootstrap.scss:stylesheets/bootstrap.css

While working on the .scss files, you can watch for changes using the command:

sass --watch stylesheets/bootstrap.scss:stylesheets/bootstrap.css

--

You can know more about Bootstrap in getbootstrap.com.

About

How to build a UI Framework from scratch. Based on Bootstrap-sass 3. Edit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published