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 devsee 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 startview prod build -
yarn linttest 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