/react-movie-app

React movie application

Primary LanguageJavaScript

React movie app

This is a movie app made with React.js.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

node
yarn or npm

Installing

  1. Clone this repository

  2. Install server dependencies

    $ cd react-movie-app
    $ yarn add

    or

    $ cd react-movie-app
    $ npm install

Run the app

  1. Start the server
    $ cd react-movie-app
    $ yarn start
    or
    $ cd react-movie-app
    $ npm start
  2. Browse to http://localhost:3000/