All Projects → linguowei → blog-angular

linguowei / blog-angular

Licence: MIT license
📣 📣 Angular4 + koa2实现的个人博客、Angular blog

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to blog-angular

nodejs-koa-blog
基于 Node.js Koa2 实战开发的一套完整的博客项目网站
Stars: ✭ 1,611 (+2585%)
Mutual labels:  koa2, node-blog
micro-note
📝 A micro note application
Stars: ✭ 74 (+23.33%)
Mutual labels:  angular4, koa2
ng2-acl
Role based permissions for Angular v2++
Stars: ✭ 15 (-75%)
Mutual labels:  angular4
gupack
基于gulp的前端构建工具
Stars: ✭ 13 (-78.33%)
Mutual labels:  angular4
laravel5Angular4
Laravel 5.4 & Angular 4.3.4
Stars: ✭ 37 (-38.33%)
Mutual labels:  angular4
ts-koa-starter
typescript+koa起手式(简单的空环境)
Stars: ✭ 92 (+53.33%)
Mutual labels:  koa2
ngx-widget-grid
Angular 2.x or in general ng-x module for dashboards
Stars: ✭ 65 (+8.33%)
Mutual labels:  angular4
koa-orm
koa orm using sequelize & sk2 (fork from knex)
Stars: ✭ 62 (+3.33%)
Mutual labels:  koa2
ionic-lottie
Sample using ng-lottie and ionic 3 to view animations rendered from After Effects
Stars: ✭ 104 (+73.33%)
Mutual labels:  angular4
contentjet-api
Headless API-first content management system
Stars: ✭ 95 (+58.33%)
Mutual labels:  koa2
koa2-example-app
An app that is built using koa2 and async/await
Stars: ✭ 85 (+41.67%)
Mutual labels:  koa2
koa-static2
Middleware for Koa2 to serve a folder under a name declared by user
Stars: ✭ 14 (-76.67%)
Mutual labels:  koa2
server
Serve one or more react apps! - Custom routes, HotReloading, Authenticated Apps/routes, Relay, Webpack..
Stars: ✭ 20 (-66.67%)
Mutual labels:  koa2
angularx-qrcode-sample-app
Angular5/6/7/8/9/10+ sample apps with working implementations of angularx-qrcode
Stars: ✭ 15 (-75%)
Mutual labels:  angular4
file-upload
koa2 middleware support upload to cos/oss/obs/aws/local
Stars: ✭ 28 (-53.33%)
Mutual labels:  koa2
ionic2-fixedscroll-directive
An Ionic2+ directive to create cool and fast fixed components on the top of the screen after scrolldown the page. Demo site (Only works with mobile inspector)
Stars: ✭ 15 (-75%)
Mutual labels:  angular4
ionic3-angular4-sample-app
Sample app of Ionic 3 and Angular 4
Stars: ✭ 35 (-41.67%)
Mutual labels:  angular4
stack
A set of components for makers to ship better products faster 🚀
Stars: ✭ 27 (-55%)
Mutual labels:  koa2
koa2-proxy
基于koa@next的代理工具,支持http和https,并且可以当做本地服务器使用
Stars: ✭ 42 (-30%)
Mutual labels:  koa2
tcome-frontend
NodeJS&Angular4 BLOG
Stars: ✭ 49 (-18.33%)
Mutual labels:  angular4

基于Angular4和koa2实现的一个博客系统

admin 文件夹为博客的管理后台页面,提供对博客文章的发布,编辑,删除等,支持markdown的编辑
client 文件夹为博客的前台展示页面,在线地址
server 文件夹为博客的服务端代码,提供数据接口的支持

开发

(本地要安装mongodb,并且启动mongodb服务) 不管是开发管理后台页面还是前台展示页面都依赖server文件下的服务,所以要先cd到server文件下执行npm install安装依赖然后执行npm run dev启动服务

# git clone https://github.com/linguowei/blog-angular.git
# cd /admin 或者 cd /client
# npm run start
# 浏览器访问 localhost:4200

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].