Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

subtleGradient/popcorn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Popcorn

Screenshot

Live Demo

This demo application showcases how to structure and optimize a MontageJS application for tablets.

##Installation

To run this demo locally you need:

  • A web server of your choice. MontageJS applications are client-side applications with no particular back-end dependency.
  • Node.js and npm. MontageJS uses Node.js and npm for its developer tools and for code dependency management.
  • Cloned GitHub repo of this demo.

First, if you haven't done so already, download and run the prebuilt Node.js installer for your platform from the Node.js website to install npm.

Then, to run the Popcorn demo locally, follow these steps:

  1. Clone the popcorn GitHub repo in your desktop.

  2. Use your command line tool to navigate to the cloned directory and install the modules required to run the demo:

    cd popcorn
    npm update
    
  3. Spin up your preferred HTTP server and point your browser to the associated port.

    During development MontageJS applications rely on XHR to load their various components and modules, which is why you will need a web server to serve the demo.

    If you happen to have minit, the Montage Initializer, installed (npm install minit -g) you can run minit serve from within the demo directory to set up a server on demand.

Application Structure

Folder / File Description
assets Contains global styles and images for the application.
model Contains the data model.
index.html Is the entry-point HTML document.
LICENSE.md Contains copyright information.
package.json Describes your app and its dependencies.
README.md Provides information about the demo application and how to install it.
ui Contains the user interface components of the demo application.

Contact Us

Got questions? Join us on irc.freenode.net#montage.

Got feedback or want to report a bug? Let us know by creating a new GitHub issue.

Credit

This demo application was created by MontageJS.

About

Sample Montage application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 57.2%
  • JavaScript 42.8%