This project was initialized with Create Next App.
In the project directory, you can run:
Runs the app in the development mode. First create a .env.local
file in the project's root folder. Obtain your API key here and add to the file with the variable name NEXT_PUBLIC_OMDB_KEY
.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
Creates a minified/optimized production build.
Will locally run the production code located in the build
folder after running the build script.
View only the content that is being server side rendered by disabling javascript in chrome dev tools. Instructions here.
View the live version deployed using Verel's CI/CD flow here