bmorelax / realworld-1

"The mother of all demo apps" β€” Exemplary fullstack Medium.com clone powered by Next.js and Ruby on Rails πŸ…

Home Page:https://realworld.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

realworld

Web Api Storybook

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.

Setup

Api

cd api
bundle
bin/rails db:migrate
bin/rails db:seed
bin/rails s

Web

cd web
npm install
npm run dev

Testing

Api

cd api
bin/rails spec

Web

cd web
npm test

Tooling

Api

Generate ERD

bin/rails erd

Web

Storybook

npm run storybook

About

"The mother of all demo apps" β€” Exemplary fullstack Medium.com clone powered by Next.js and Ruby on Rails πŸ…

https://realworld.now.sh

License:MIT License


Languages

Language:JavaScript 51.6%Language:Ruby 48.0%Language:HTML 0.3%Language:Shell 0.0%Language:Procfile 0.0%