Usage
- git clone a branch
git clone -b <my-branch> git@github.com:jakblak/angular_Examples.git
- cd into your folder
- download modules using
npm install
oryarn
- use
npm start
to load up the app - if
socketChat
install modules in public folder as well
- part 1 of Geonames project + filter example
- build chat app using Angular and Node
- make sure to install modules in both root and public folders
- start the app with node server.js and navigate to localhost:8000
- part 2 of Geonames project + sort example