billtrik / movierama

A test project over APIs and infinite scroll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieRama

SPA to browse movies using the RotenTomatoes API

Details

The dist files are inside ./public

A server to serve the application is supplied. Details below.

Setup

  1. Install / Build
$ npm run build
  1. Start server
$ grunt
  1. Go to http://localhost:3000

Development

  1. Install dependencies and build dist files
$ npm run build
  1. Start server and watch files for changes, autocompile/build and finally reload browser via livereload
$ grunt

Testing

  1. Install / Build
$ npm run build
  1. run tests
$ npm run test

About

A test project over APIs and infinite scroll


Languages

Language:CoffeeScript 59.7%Language:CSS 39.8%Language:JavaScript 0.5%