Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

davinov/kewl

Repository files navigation

Kewl brunch skeleton

❤️ Result of the infinite love of AngularJS and APIs


Technologies

Languages

Framework|Tools

Requirements

Installation

brunch new gh:davinov/kewl

Development server

npm start or bunch watch --server

Build for production

brunch build --production

Deploy on GitHub Pages

Client-side only

  • Init a git repository in public folder

      cd public
      git init
      git branch -m master gh-pages
      git remote add origin [github repository address]
    
  • Build changes if necessary

  • Commit your changes in public/ folder and upload them

      git add .
      git commit
      git push
    

This last procedure is automated in publidh-on-github.sh.

Thanks

Based on @vbrajon's brunch skeleton