Skip to content
forked from gilhyun/app-demo

Starter kit using Angular4, FireStore and Material design, Continues Integration & Hosting using Heroku

License

Notifications You must be signed in to change notification settings

blmsl/StarterKit

 
 

Repository files navigation

Join the chat at https://gitter.im/app-demo-chat/Lobby

Starter Kit

Table of Contents

What is this

This is a starter kit which uses Angular4 + Firestore + Google Material Design and continues integration and deployment with Heroku. Currently this demo application contains following features:

  • Authentication with email and password
    • Sign in
    • Signup
    • Reset password
    • Change password
    • Delete Account
    • User presence(Online, Away, Offline)
    • Welcome emails
    • Good bye emails
  • Routing(Dynamic Page titles, etc)
  • Progressive Web Application
  • Material Design
  • Responsive layout using fxLayout
  • Firebase Cloud Functions
  • Firebase Cloud Storage
  • Heroku hosting

Demo

Demo of this application can be found from https://app-demo-1ac99.firebaseapp.com/

Screenshot of app

Libraries

Installation

  1. Make sure you got the latest node and npm installed first. Then install these packages
    • npm install -g @angular/cli
  2. Clone this repository
  3. Now install the dependencies with npm install
  4. Now start the dev server with ng serve and open http://localhost:4200
  5. Star this repository.

Author

Mustafa Hossaini

License

The MIT License (MIT)

Copyright (c) 2017 Mustafa Hossaini

About

Starter kit using Angular4, FireStore and Material design, Continues Integration & Hosting using Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.9%
  • HTML 12.7%
  • JavaScript 2.8%
  • CSS 2.6%