Skychar / angular_Examples

Angular 2+ examples repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2+ Examples

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 or yarn
  • use npm start to load up the app
  • if socketChat install modules in public folder as well

filter

  • part 1 of Geonames project + filter example

socketChat

  • 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

sort

  • part 2 of Geonames project + sort example

About

Angular 2+ examples repo