Project Demo
//
Storybook Demo
Conduit is a "Medium" clone based on the Real World App spec.
The real world app is a spec that provides an excellent experience in building real world applications.
One of the reasons that Real World App repository was born is because most of to-do apps that developers do, they don't convey the knowledge required to build "real" web applications with it.
You can view the project layout via this link.
Design by Marcos Oliveira ❤️
- React
- Typescript
- Styled Components
- NextJS
- Storybook
Clone the repository and access the folder.
git clone https://github.com/joaooliveiradev/conduit-frontend
cd conduit-frontend
Install dependencies.
yarn
To start the project, follow the steps below.
yarn dev
Open localhost:3000 to view in browser.
To start Storybook, run the command below.
yarn storybook
Open localhost:6006 to view Storybook in browser.
MIT