Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 949 Bytes

README.md

File metadata and controls

54 lines (30 loc) · 949 Bytes

Twitter Clone

The purpose of this project is to practice and improve with Css and Tailwind. This project is purely for Front end development.

Languages Used in the Project

  • Nuxt-Vue
  • Tailwind
  • Javascript

Example Image

example image

Setup

To run this project, you must first have Node.js and NPM installed. To install them, follow these steps:

  1. Download and install the latest version of Node.js.
  2. To install NPM, run the following command in terminal:

npm install -g npm.

Next, follow these steps to clone the project locally and install the required dependencies:

$ git clonehttps:githubcomTamperMonkeyUppTwitter-Clonegit

$ cd Twitter-Clone

$ npm install

Use

Follow the steps below to run the application:

$ npm run dev

The application will run at http://localhost:3000.