A basic clone application of Product Hunt built using React, MaterialUI and Canonic as the backend.
A sample app powered by Canonic
You can find the step-by-step for making this project here
The frontend is a simple create-react-app. After cloning, install the dependencies.
yarn install
Then start the dev server
yarn start
To connect this application, to your backend server, you can find the sample backend project Product Hunt here and clone it.
Generates production assets in the public
folder.
yarn install
yarn build