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

Latest commit

 

History

History
60 lines (44 loc) · 1.17 KB

README.md

File metadata and controls

60 lines (44 loc) · 1.17 KB

React Study Project

Build Status Coverage Status

Development

To start dev server

npm start

To build using dev config

npm build

Production

To run server (will build beforehand)

npm run start:prod

To build

npm run build:prod

Tests

Unit tests

npm run test

E2E tests

npm run e2e

Configuration

In order to set API URL create .env in the root of the project directory.

# Example
API_URL=https://moviedb.net/api

Then run build or start command

Query string params

  • throwError=1: throws error to test error boundaries
  • limit=50: sets displayed results count

Attributions

  • Favicon by Nick Roach
  • Titillium Web font by Accademia di Belle Arti di Urbino and students of MA course of Visual design
  • Spinner animations by tobiasahlin