https://github.com/jasonhodges/ngx-blog
starter project for an Angular 2+ blog
https://github.com/jasonhodges/ngx-blog
angular blog-engine starter-project wip
Last synced: 3 months ago
JSON representation
starter project for an Angular 2+ blog
- Host: GitHub
- URL: https://github.com/jasonhodges/ngx-blog
- Owner: jasonhodges
- License: mit
- Created: 2017-04-27T17:20:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T16:01:20.000Z (over 8 years ago)
- Last Synced: 2025-01-31T00:19:02.892Z (over 1 year ago)
- Topics: angular, blog-engine, starter-project, wip
- Language: JavaScript
- Size: 2.48 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ngx blog
=======
starter project for an Angular 2+ blog
The idea behind this project is to create a personal, blog-type starter site.
Once finished and ready for consumption, the starter will allow any user to quickly get their site up and running with Angular, markdown parsing, publishing, building, etc. The goal is to minimize the user configuration required while leaving plenty of custiomizing.
Run development server:
`yarn start`
Project Plan:
- [] About page
- [] Disqus comments
- [] Angular Flex Layout (https://github.com/angular/angular-cli/wiki/stories-include-angular-flex)