/jokes

Mine google for jokes and up/down vote what others thought was funny. I ripped off the idea from my brother but just implemented it better ;)

Primary LanguageTypeScript

Jokes

See the demo at https://cweidinger.github.io/jokes/

Frequently used documentation

https://github.com/angular/angular-cli https://github.com/angular/angularfire2 https://github.com/urish/angular2-moment

commands I used to get it started

This project was generated with angular-cli version 1.0.0-beta.15.

npm install -g angular-cli # or install locally $ npm install angular-cli --save-dev npm install -g typings npm install -g typescript ng new project cd project npm install npm install angularfire2 firebase --save #https://github.com/angular/angularfire2/blob/master/docs/1-install-and-setup.md#troubleshooting npm install --save angular2-moment ng g service Joker

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Deploying to Github Pages

Run ng github-pages:deploy to deploy to Github Pages.

Further help

To get more help on the angular-cli use ng --help or go check out the Angular-CLI README.