Twooter (Twitter Clone)

Current Version

Table of contents

General info

This project is simple clientside clone of Twitter from the "Learn Vue 3 for Beginners Tutorial Course" by The Earth is Square.

Technologies

Project is created with:

  • Node.js version: 12.18.1
  • vue/cli version: 4.5.6
  • npm version: 6.14.5

Setup

Clone this repo to your desktop and run npm install to install all the dependencies.

Usage

After you clone this repo to your desktop, go to its root directory and run npm install to install its dependencies.

Once the dependencies are installed, you can navigate to the root folder and run vue ui to start the application using the vue client interface :)