/bang

Super minimalistic Babel+AngularJS recipe

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

bang

noun

  1. a loud, sudden, explosive noise, as the discharge of a gun.

  2. a webapp project recipe based on Babel & AngularJS.

👍

Usage

$ git clone git@github.com:luisfarzati/bang.git
$ npm i
$ npm start

Project structure

./src
   static          static HTML, CSS, images, etc.
   webapp          application JS files
   server          server JS files
./dist             output dir

FAQ

Your recipe includes Express as well. So, technically, it should be Bangex, or Bexang, or Anbex, or

There's also Gulp, and Browserify, so let's better call it Gulangexbrobab and make Lovecraft fans happy.

What about lint, injection, minification, sass, image-optimizer, tests 💥😧

No, just a very simple recipe. Of course feel free to bring in any of those feats if you want. PRs are always welcome! But any addition should be implemented as an optional to the core recipe.