Skip to content

Latest commit

 

History

History

product-hunt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Product Hunt

A basic clone application of Product Hunt built using React, MaterialUI and Canonic as the backend.

Screenshot

A sample app powered by Canonic

Guide Demo

Step-by-step guide to making this project

You can find the step-by-step for making this project here

Cloning the frontend

The frontend is a simple create-react-app. After cloning, install the dependencies.

yarn install

Then start the dev server

yarn start

Connecting with your backend

To connect this application, to your backend server, you can find the sample backend project Product Hunt here and clone it.

Deploying

Generates production assets in the public folder.

yarn install
yarn build