A simply Instagram clone made with React, TypeScript, React-Hooks and Styled Components.
It's required to have nodejs and npm(or yarn) installed in order to use this application.
Node(it includes npm): click here to download
Yarn(Optional): click here to download
first clone the project:
https://github.com/gsgualbano/instagram-react-hooks-typescript.git
then, go to the project folder:
cd instagram-react-hooks-typescript
follow one of the steps below according to your node dependency manager to set up the project
npm install
npm start
yarn
yarn start
the project will start running at the address http://localhost:3000