An open API service indexing awesome lists of open source software.

https://github.com/duliodenis/cms

An Angular 5 based Content Management System using Firebase and Material Design.
https://github.com/duliodenis/cms

angular-cli angular-material angular5 firebase

Last synced: 3 months ago
JSON representation

An Angular 5 based Content Management System using Firebase and Material Design.

Awesome Lists containing this project

README

          

# CMS
An Angular 5 based Content Management System using Firebase and Material Design.

Steps Taken:
1. npm install -g [@angular/cli](https://cli.angular.io/)
2. ng new cms
3. cd cms
4. ng serve
5. In browser: [localhost:4200](http://localhost:4200/)
6. Created Firebase Project at the [Firebase Console](https://console.firebase.google.com)
7. npm install firebase [angularfire2](https://github.com/angular/angularfire2) --save
8. Create new component with: ng g component pages-list
9. Edit component to display pages from Firebase
10. Generate login-page component: ng g component login-page
11. Created app-routing.module.ts file

### Contributing
See [CONTRIBUTING](CONTRIBUTING.md).

### Licensing
CMS is licensed under [the MIT License](LICENSE).

### Support or Contact
Visit [ddApps.co](http://ddapps.co) to see more.