This project is a clone of the Twitter web app. It's built using Typescript, React, React libraries (react-router-dom, axios), Tailwind CSS.
In order to setup the project you'll need to the following steps :
Clone this repo to your local machine using following command :
git clone https://github.com/masoudnick/Twitter.git
Install npm dependencies using following command :
cd Twitter && yarn install
Run development server using following command :
yarn run dev
Runs the app with opening http://localhost:5173 in the browser.
Run json server using following command, then the server runs at http://localhost:8000
json-server --watch server/db.json --port 8000