Skip to content

Resolve "NextJS + React + Material UI + Storybook boilerplate"

Background

Basic next/react set up

How to test

  • Code review.
  • clone this repo
  • nvm use 16
  • npx . next
  • follow prompts
  • cd {newsitedir}
  • yarn dev see that it runs
  • yarn storybook (currently empty, but you can see that it runs`
  • yarn test (no tests yet
  • 'yarn build` test that prod build runs
  • yarn start view prod build
  • yarn lint test linting/formatting
  • Try and break it!

Task: https://preview.gotasman.com/projects/tasks/project-set-up-front-end-79530

Closes #3 (closed)

Edited by Phil Taylor

Merge request reports