This repo implements opinionated best practices for Apollo Client, React, Next.js and Storybook.
1 caveat is it does not try to implement a best practice on UI Components as the styles are reused from the realworld.io project.
cd api
bundle
bin/rails db:migrate
bin/rails db:seed
bin/rails s
cd web
npm install
npm run dev
cd api
bin/rails spec
cd web
npm test
bin/rails erd
npm run storybook