To start dev server
npm start
To build using dev config
npm build
To run server (will build beforehand)
npm run start:prod
To build
npm run build:prod
Unit tests
npm run test
E2E tests
npm run e2e
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
throwError=1
: throws error to test error boundarieslimit=50
: sets displayed results count
- 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