Made during Local Hack Day on December 3, 2016. It took around 6 hours.
Build by Angular 2 and ngrx.
This project was generated with angular-cli version 1.0.0-beta.21.
To run it,
-
Run
npm i
in your terminal. -
Since the app using Bootstrap 4 Flexbox, before running it, open the /node_modules/bootstrap/scss/_variables.scss file and change the
$enable-flex
variable fromfalse
totrue
. -
Run
npm start
orng serve
for a dev server. -
Open http://localhost:4200/, you should be able to see it.