The code for MovieSearch.
Make sure to install the dependencies:
yarn install
Start the development server on http://localhost:3000
yarn run dev
Build the application for production:
yarn run build
Locally preview production build:
yarn run preview
Check out the deployment documentation for more information.