This skeleton can be used with Brunch to generate a static website based on Material Design Lite look.
Usage: brunch new --skeleton https://github.com/MartinGross/brunch-mdl-static
- 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 run build
— 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/
. - Brunch site, Getting started guide
For BrowserSync to work you need to have app.js at the end of the body in your html. See https://browsersync.io/ for more information.
- https://github.com/bmatcuk/html-brunch-static
- https://github.com/ocombe/browser-sync-brunch
- http://handlebarsjs.com/
Currently uses
- Material Design Lite: https://getmdl.io/index.html
or as an alternative