NCAA Bracket Draft Challenge built with Angular2, Material Design, and Firebase
$ npm i
Create a new firebase app. Change firebase.json
to match your firebase app settings.
Seed the firebase (uncomment the code in seed then):
$ npm run seed
Run a development server:
$ npm run dev
Build for production
$ npm run build
Run the production build from a local node.js server (direct sub-route access will not work):
$ npm run dist
$ firebase deploy