Skip to content

vintagematchatea/shakespeare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Client side app for Shakespeare's API that shows reviews and reviews by id for Shakespeare's plays.

Quick Start

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.

Available Scripts

npm run dev

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.

npm run test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

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!

npm run start

Runs next start which starts a Next.js production server. Needs to run script build first before start.

npm run lint

Runs next lint which sets up Next.js' built-in ESLint configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published