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.
-
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
5000 - Node Server
5001 - Vue App
5002 - Angular App
5003 - React App