Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 537 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 537 Bytes

Cypress + MarionetteJS

This is a Cypress test example for Browserify + MarionetteJS skeleton.

Getting started

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