Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

clamarque/HubMovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HubMovies

Hubmovies is an application developed with Angular (version 2) say "from scratch" (without angular-cli). This one allows to visualize the movies to come, currently and to save them in the playlists.

Quick Start

$ git clone https://github.com/clamarque/HubMovies.git

$ cd HubMovies/public/

$ npm install

$ npm start

or you can run the app here

How update the theme

By default, the theme is a custom theme. For generate a new theme (based on material theme) you need use the command:
$node-sass your_theme.scss your_theme.css.
You can find more details here

Stack

  • "@angular/": "^2.2.4",
  • "@angular/material": "^2.0.0-beta.2,
  • "angularfire2": "^2.0.0-beta.6",
  • "firebase": "^3.6.4",
  • Typescript

Who wants to help me?

Want to file a bug, contribute some code, suggest ideas or improve documentation? don't hesitate! Send me a issue or a pull request.