bobrosoft / jibble-test-front-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Based on my angular4-webpack-starter

Notes

  • all things covered with unit-tests with 100% coverage
  • I didn't bring in whole state manager for that demo (like @ngrx/store), but wrote a service, TopicsService, fully reactive, MobX-like
  • I didn't start to divide TopicsListItemComponent further into post, user and album for that simple layout but that could be done

Prerequisites

  • Node 6+

Installation

  • git clone https://github.com/bobrosoft/jibble-test-front-end.git
  • cd jibble-test-front-end
  • yarn or npm install

Run the app

  • yarn server or npm run server

Tests

  • yarn test or npm run test

About

License:MIT License


Languages

Language:JavaScript 61.4%Language:TypeScript 34.8%Language:HTML 2.3%Language:CSS 1.4%