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.
- Host: GitHub
- URL: https://github.com/duliodenis/cms
- Owner: duliodenis
- License: mit
- Created: 2018-03-22T03:59:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T18:50:39.000Z (almost 8 years ago)
- Last Synced: 2024-12-27T02:23:06.499Z (about 1 year ago)
- Topics: angular-cli, angular-material, angular5, firebase
- Language: TypeScript
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.