Skip to content

This is a standard framework for developing web apps

Notifications You must be signed in to change notification settings

raulleals/structure-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure Boilerplate

This is a standard framework for developing web apps.


Pattern
.
/-> css
|   /-> fonts
|   /-> sass
|   |   |-> config.rb
|   |   |-> fonts.sass
|   |   |-> footer.sass
|   |   |-> header.sass
|   |   |-> init.sass
|   |   |-> main.sass
|   |  
|   |-> fonts.css
|   |-> footer.css
|   |-> header.css
|   |-> init.css
|   |-> main.css
|   
/-> img
|   |-> _blank.gif
|   |-> favicon.ico
|
/-> inc
|   |-> controller.php
|   |-> footer.php
|   |-> header.php
|
/-> js
|   |-> app.js
|   |-> html5.js
|   |-> zepto.js
|
/-> pages
|   |-> home.php
|
|-> .htaccess
|-> index.php
|-> README.md (this)

About

This is a standard framework for developing web apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published