Skip to content

Latest commit

 

History

History

browserify-gulp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Browserify + Gulp + MarionetteJS + Babel/ES6

This is a modern JS skeleton with MarionetteJS for Browserify + Gulp.

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/.