This is the complete code for my app Bit Connect, which is a social media app.
-
Clone or download the copy from this repo
git clone git@github.com:mdfaizan7/react-twitch-type-clone.git
-
Install Dependencies
cd react-twitch-type-clone/client npm install --save
if you are using yarn...
cd react-twitch-type-clone/client yarn install
-
Launch Project ๐
cd api npm start
cd client npm start
if you are using yarn...
cd api yarn start
cd client yarn start
Your site is now running at
http://localhost:3000
!