Skip to content

MartinGross/brunch-mdl-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static website generation skeleton for Brunch.io with Material Design Lite and BrowserSync

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

Getting started

  • Install (if you don't have them):
    • Node.js: brew install node on OS X
    • Brunch: npm install -g brunch
    • Brunch plugins and app dependencies: npm install
  • 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 in app/ dir.
    • Place static files you want to be copied from app/assets/ to public/.
    • Brunch site, Getting started guide

Troubleshooting

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.

Based on

Design & CSS

Currently uses

or as an alternative

About

Skeleton for brunch.io with Material Design Lite and handlebars.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages