/floidtv

A static page for floidtv

Primary LanguageCSSMIT LicenseMIT

floidtv front-end

A static page for floidtv.de. If you want to view a deployed preview of this project, navigate your Browser to: https://floidtv.herokuapp.com/

Build Status

Requirements

  • GIT available at the command-line interface
  • Nodejs available at the command-line interface (Please consult ./package.json for the appropriate Nodejs engine)
  • NPM available at the command-line interface (Please consult ./package.json for the appropriate NPM engine)

Getting started

Installing this project locally, requires following steps in your terminal:

git clone https://github.com/guddii/floidtv.git
cd floidtv  
npm install
bower install

Build commands

Following build commands are available:

  • npm start generates all assets, watch file changes and starts a webserver (Development)
  • npm run build generates all assets and starts a webserver (Staging)