A bookstore implemented in different front-end technologies (Angular / React / Vue)
use npm install
from the React subfolder first.
This is necessary because the shared code is in the React folder because of laziness :).
After that you can build the Angular / Vue project with npm install
from their folders.
call npm run start
from one of the subfolders
The React frontend is display under http://localhost:3002
The Angular frontend is display under http://localhost:3001
The Vue frontend is display under http://localhost:3000
call ´npm run build´ from one of the subfolders