Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 937 Bytes

README.md

File metadata and controls

53 lines (44 loc) · 937 Bytes

ES6 Marionette Mobile Application

ES6 Marionette Mobile Application Base Code

What's inside

Batteries included:

  • Cordova
  • Gulp
  • Browserify
  • Babelify
  • Bootstrap
  • jQuery
  • Underscore
  • Backbone
  • Marionette
  • Handlebars
  • BrowserSync
  • Karma
  • Mocha, Chai, Sinon
  • Framework7
  • Backbone Validation
  • Locally JS
  • FastClick
  • moment
  • Swiper
  • Transition

Setup

Clone the repository and install the dependencies.

$ git clone https://github.com/emrullah3737/Marionette.Js-Mobile-App.git my-project
$ cd my-project
$ npm install
$ bower install
$ gulp serve

Do not forget to install globally gulp if not installed yet.

Build

If you want to build the project run.

$ gulp build

It will compile the project and put the result under dist directory. You can run the compiled project also.

$ gulp serve:dist

Testing

W.I.P