|
6 years ago | |
---|---|---|
app | 6 years ago | |
.editorconfig | 6 years ago | |
.gitignore | 6 years ago | |
README.md | 6 years ago | |
bower.json | 6 years ago | |
brunch-config.coffee | 6 years ago | |
package.json | 6 years ago |
This is HTML5 application, built with Brunch and Exim.
brunch new gh:jhabdas/exim-chat-example
To install Brunch: npm install -g brunch
brunch watch --server
— watches the project with continuous rebuild. This will also launch HTTP server with pushState.brunch build --production
— builds minified project for productionpublic/
dir is fully auto-generated and served by HTTP server. Write your code in app/
dir.app/assets/
; they'll be copied public/
automatically on build.