Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 394 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 394 Bytes

Battleships Web Application Prototype

Technology stack :

  • Backbone
  • Marionette
  • Browserify
  • Less
  • Gulp

How to use :

  1. Install node and npm
  2. clone this repository or download the files
  3. install gulp : "npm install --global gulp"
  4. navigate to the directory and run : "npm install"
  5. navigate to the directory and run : "gulp build"
  6. run index.html (no web server required)