A responsive UI clone of Twitter.
About • Tech Stack • How it works • License
A responsive UI clone of Twitter.
Check it out here.
The following tools were used for building this project:
Before you begin, you will need to have the following tools installed on your machine:
-
Node.js
recommend version v12.22.12Node
can be installed fromhttps://nodejs.org/en/
. -
NPM
orYarn
-
NPM
:
recommend version v6.14Installing
Node
will also installNPM
automatically. -
Yarn
:
recommend version v1.22
required version v1.*Yarn
can be installed fromhttps://classic.yarnpkg.com/en/
.
-
- Install the project dependencies:
yarn install
# or
npm install
- Start the APP:
yarn start
# or
npm start
This project is under the license MIT.