Vnicolas / brunch-default

Default skeleton for a node app built with brunch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brunch-default

Default skeleton for a node app built with brunch.

Plugins:

  • auto-reload
  • babel
  • eslint
  • javascript
  • sass
  • sass-lint

Install the depedencies: npm install or yarn.
Launch the app with watcher: npm run serve.
Launch the app without watcher: npm run build

About

Default skeleton for a node app built with brunch

License:MIT License


Languages

Language:HTML 54.9%Language:SCSS 19.0%Language:CoffeeScript 17.6%Language:JavaScript 8.5%