Skip to content

weinde/boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal boilerplate project.

JQUERY 3

Yarn is used as a front end package manager.

just run yarn install

and you're good to go.

SCSS

There is no special loader for scss. I use Phpstorm's built in "file watcher" functionality to transform scss to css (to location: public/css/main.min.css).

RESPONSIVENESS

Included (imported to be more exact) in main.scss you will see _assets/sass/media.scss which is a project you can find here: https://github.com/sass-mq/sass-mq

I find it very usefull for my projects.

HTML vs PHP

Both index.html and index.php are included. Depending on my needs I always delete one.

About

Starter boilerplate for my projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 96.2%
  • HTML 3.4%
  • PHP 0.4%