Skip to content

Files

Latest commit

 

History

History
32 lines (27 loc) · 683 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 683 Bytes

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