Skip to content

nathan-yuen/take-home-movies

Repository files navigation

Notes

  • This is my first time building a Next.js app, there might be things that aren't considered best practice for Next
  • App was bootstrapped with create-next-app
  • Material-UI was used for all core UI components
  • No explicit error handling if API fails, any 5XX would render default _error page

Setup

npm install

Execution

Default local path: http://localhost:3000

Development

npm run dev  

Run

npm run start

Test (via Cypress CLI)

npm run test

Test (via Cypress interactive GUI)

npm run test-gui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published