A starting point for new Marionette v3 based projects.
- Marionette
- Backbone
- Underscore
- jQuery
- LESS + Twitter Bootstrap
- Moment
- Polyglot
- Pines Notify
- Karma + Mocha
- Webpack + Babel
- Express
- ESLint
-
npm start
Runswebpack-dev-server
with HMR for dev -
npm run build
Builds for production -
npm start:prod
Builds for production & starts a simple production-like express server -
npm run test
Tests with karma spec runner -
npm run test:tdd
Tests with karma, withauto-watch
on andsingle-run
disabled -
npm run test:lint
Lints with eslint