- 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
npm install
Default local path: http://localhost:3000
npm run dev
npm run start
npm run test
npm run test-gui