crcn / mojo-slideshow-demo

slideshow application built in mojo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Directory Layout

  .cortado.js            - test config for cortado
  public/                - all public HTTP files
    index.html           - index file
    css/                 - CSS files
    img/                 - images
    scripts/             - useful js / shell scripts
      server.js          - static HTML server
    vendor/              - third-party libraries
    test/                - test files
    js/                  - application
      views/             - mojo views & templates
      commands/          - global mediator commands

Requirements

Installation

git clone git@github.com:classdojo/mojo-starter.git && cd mojo-starter && npm install;

Running

npm run server

Testing

npm test

About

slideshow application built in mojo


Languages

Language:JavaScript 100.0%