Creating 3 basic apps with:
This is simply meant to be easy reference code to get a quick glimpse of some different popular frameworks you have available to you in JS. Enjoy!
git clone https://github.com/mkhira2/js-frameworks.git
cd js-frameworks
cd [ vuejs-intro / reactjs-intro / angular-intro ]
npm install
if: vuejs-intro:
npm run dev
localhost:8080 will automatically load in the browser
if: reactjs-intro:
npm start
localhost:3000 will automatically load in the browser
if: angular-intro:
ng serve --open
localhost:4200 will automatically load in the browser