Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (15 loc) · 599 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 599 Bytes

VAR

This repository contains a sample application implemented in Vue, Angular and React.

The goal is to learn the difference between these libraries/frameworks in order to decide which one is more suitable for your next project.

Instructions

  • Install NodeJs.

  • Clone the repository.

  • Execute install.bat

    This will install all npm packages required for each library

  • Execute serve.bat

    This will start the node server and all the 3 applications

Used Ports

5000 - Node Server

5001 - Vue App

5002 - Angular App

5003 - React App