The same App built with React, Angular, Vue.
Angular Online Demo -> angular demo
React Online Demo -> react demo
Vue Online Demo -> vue demo
cd react/app-list/
npm start
visit --> localhost:8080
specify "homepage" into the package.json file:
"homepage": "./"
npm run build
then use build folder
cd angular/app-list/
npm start
visit --> localhost:8080
ng build --base-href=./
anglular-cli.json file "defaults": { "serve": { "port": 8080 } }
cd vue/app-list/
npm start
visit --> localhost:8080
update the file app/config/index.js
assetsPublicPath: './'
npm run build
then use dist folder