Skip to content

Dead-simple brunch skeleton. No opinions, just empty dirs and minimal configs.

Notifications You must be signed in to change notification settings

legomind/dead-simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brunch app

This is HTML5 application, built with Brunch.

Getting started

  • Install Brunch: npm install -g brunch.
  • Install Brunch plugins: npm install.
  • Install Bower components: bower install
  • Watch the project with continuous rebuild by brunch watch --server. This will also launch HTTP server.
  • Or build the minified project with brunch build --optimize.

Open the public/ dir to see the result.

  • Write your code in app dir.
  • Put static files that should be copied (index.html etc) to app/assets.
  • Manage dependencies with Bower or simply put third-party styles & scripts in vendor dir.

About

Dead-simple brunch skeleton. No opinions, just empty dirs and minimal configs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published