Zrickr App using Polymer and Firebase to organizate films, series, books, etc.
Download and install Cmder for console commands (http://cmder.net/)
Download and install Atom for edit files (https://atom.io/)
###Nodejs,nvm and npm
Download and install nodejs and npm (https://nodejs.org/en/download/)
Download and install nvm (https://github.com/coreybutler/nvm-windows/releases)
npm install -g bower
npm install -g polyserve
npm install -g firebase-tools
git clone https://jlramosr@bitbucket.org/jlramosr/zrickr.git zrickr
cd zrickr && bower install && npm install
npm start
(view all tasks in package.json)