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

nikolay-borzov/react-mentoring

Repository files navigation

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

About

React Study Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published