Skip to content

Latest commit

 

History

History

webpack2-mocha

Webpack 2 + MarionetteJS + Babel/ES6 + Mocha Test Runner

This is a modern JS skeleton with MarionetteJS for Webpack 2. Added interation with

Getting started

  • Install:
    • Inside this folder run: npm install
  • Run:
    • npm start — starts project
    • npm run build - builds you project
    • npm run test - run test with watch mode for continuous feedback
    • npm run test-ci - run test once
  • Learn:
    • public/ dir is fully auto-generated and served by HTTP server. Write your code in app/ dir.
    • Place static files you want to be copied from app/assets/ and app/styles/ to public/.