vrshetty / react-moviesapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

FLUX/React.js movie rating app

Simple FLUX/React.js movie app that can fetch data from OMDBI database and save it in a Firebase.

You need to have node.js and npm installed on your system.

Install dependencies

npm install

Build

npm run build

Launch the local web server

npm start

Go to http://localhost:8000 and search for your favorite movies and save them in Firebase!

Development

To run development server

npm run serve

This will create a local server, launch in your default browser and attach browser-sync to the page

Tests

Run tests once

npm run test

Run test continuously

npm run test:continuously

About

License:ISC License


Languages

Language:JavaScript 98.5%Language:HTML 1.0%Language:CSS 0.4%