Skip to content

lykoffant/omdb-client

Repository files navigation

OMDb Client

Catalog of movies, series and games.

This project was bootstrapped with vite and react-third-hand.

Demo

Vercel CodeSandbox

Recommended IDE Setup

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint, Prettier and Stylelint

npm run lint

Lint and fix with ESLint, Prettier and Stylelint

npm run lint:fix

Lint with ESLint and Prettier

npm run lint:es

Lint and fix with ESLint and Prettier

npm run lint:es:fix

Lint with Stylelint

npm run lint:style

Lint and fix with Stylelint

npm run lint:style:fix

License

This project is licensed under the MIT License - see the LICENSE file for details.