- Conduit Clone is a another version of RealWorld App a medium.com clone (Conduit)
- I'm current using React Boilerplate created by Max Stoiber to build the frontend.
- You can check the current dev progress here: conduit-clone-dev.herokuapp.com
- RealWorld provides already build production api ready with users.
- For self improvement and build the proper disipline for doing TDD with the help of react-boilerplate
git clone https://github.com/thecodingwhale/conduit-clone
cd conduit-clone
yarn install
yarn start
- react-boilerplate provides and great documentation to cover most of the development.
- You can check other frontend implementation for RealWorld here