Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 986 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 986 Bytes

An Twitter Clone Created with Reactjs, Typescript and Tailwind CSS

About This Project

This project is a clone of the Twitter web app. It's built using Typescript, React, React libraries (react-router-dom, axios), Tailwind CSS.

Installation - Development

In order to setup the project you'll need to the following steps :

1. Clone repo

Clone this repo to your local machine using following command :

git clone https://github.com/masoudnick/Twitter.git

2. Setup development server

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.

3. Setup json server

Run json server using following command, then the server runs at http://localhost:8000

json-server --watch server/db.json --port 8000