A Reddit client built with React.js, next.js and styled-components.
I've used this Reddit design concept which is designed by Hernan Vionnet.- Clone this repo
- Type
cd ac-react-redditto enter the project folder - Run
npm installand install dependencies - Run
npm run devand visit localhost:3000
- Run
npm run build - The compiled version will be in
/.next/dist/
You can test on https://ac-react-reddit.herokuapp.com
- Create tests
- Re-organize component tree


