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.