/demo-movies

A website that lets you know where to watch a movie

Primary LanguageJavaScriptMIT LicenseMIT

MeiliSearch logo

Where to Watch

License


Where to Watch

Table of Contents:


Setup

yarn

or

npm install

Run

yarn dev

or

npm run dev

Go to http://localhost:3000/ and enjoy ! 🎉

Build

Generate build

You can generate a build of this project with the following command:

yarn build

or

npm run build

Run your build

The above commands will generate an optimized version of the app, inside the .next folder.

You can then serve it with:

yarn start

or

npm run start

Or serve it with any web server of your choice.

Example:

serve .next

Storybook

Storybook is a development environment for UI components. It allows you to browse a component library, view the different states of each component, and interactively test components.

yarn storybook

or

npm run storybook