/react-insta-liker

An instagram hashtag auto liker based on react and express, help biz or personal account reach out more potential audience.

Primary LanguageJavaScriptMIT LicenseMIT

Usage

Install nodemon globally

npm i nodemon -g

Install server and client dependencies

yarn
cd client
yarn

To start the server and client at the same time (from the root of the project)

yarn dev