Rewrite for TikTok-Chat-Reader with a React frontend
To run the chat reader locally, follow these steps:
- Clone this Repository
git clone git@github.com:will-flores1/TikTok-Chat-Reader-React.git
- Install dependencies for backend & client
cd client
npm install
cd backend
npm install
- Start backend server
cd backend
cd src
node app.js
- Start client server
cd client
npm run dev