This is a modern JS skeleton with MarionetteJS for Webpack 2. Added interation with
- Mocha test runner, using mocha-webpack
- IDE integration, additonal vscode settings to enable running & debug tests in Visual Studio Code
- Install:
- Inside this folder run:
npm install
- Inside this folder run:
- Run:
npm start
— starts projectnpm run build
- builds you projectnpm run test
- run test with watch mode for continuous feedbacknpm run test-ci
- run test once
- Learn:
public/
dir is fully auto-generated and served by HTTP server. Write your code inapp/
dir.- Place static files you want to be copied from
app/assets/
andapp/styles/
topublic/
.