Client side app for Shakespeare's API that shows reviews and reviews by id for Shakespeare's plays.
Run npm install
to get all dependencies ready.
Run npm run dev
to start the app in dev mode.
Open http://localhost:3000 to view it in the browser.
Open http://localhost:3000/reviews to view all reviews.
Each review has a link that leads to their individual page.
Runs next dev which starts Next.js in development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Runs next build which builds the application for production usage.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Runs next start which starts a Next.js production server. Needs to run script build
first before start
.
Runs next lint which sets up Next.js' built-in ESLint configuration