HTML5 application, built with Brunch, Bootstrap Sass And jQuery
- Install (if you don't have them):
- Run:
npm start
— watches the project with continuous rebuild. This will also launch HTTP server with pushState.npm test
- Run you tests insidetest
folder using karam and mochabrunch watch --server
— watches the project with continuous rebuild. This will also launch HTTP server with pushState.brunch build --production
— builds minified project for production
- Learn:
public/
dir is fully auto-generated and served by HTTP server. Write your code inapp/
dir.- Place static files you want to be copied from
app/assets/
topublic/
. - Place styles in
app/scss/styles
to be compiled topublic/css/app.css
- Place styles in
app/scss/styles-rtl
to be compiled topublic/css/app-rtl.css
- Place styles in
app/scss/editor
to be compiled topublic/css/editor.css
- Place styles in
app/scss/editor-rtl
to be compiled topublic/css/editor-rtl.css
- Place javascripts in
app/scripts
to be concatenated topublic/js/app.js
- Brunch site
- Sass site
- Bootstrap site
You can use the Brunch Wordpress Theme starter theme , which make use of all features of this skeleton in wordpress context.