Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 500 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 500 Bytes

Webpack + MarionetteJS + Babel/ES6

This is a modern JS skeleton with MarionetteJS for Webpack.

Getting started

  • Install:
    • Inside this folder run: npm install
  • Run:
    • npm start — starts project
    • npm run build - builds you project
  • 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/.