All Projects → linguowei → micro-note

linguowei / micro-note

Licence: other
📝 A micro note application

Programming Languages

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

Projects that are alternatives of or similar to micro-note

blog-angular
📣 📣 Angular4 + koa2实现的个人博客、Angular blog
Stars: ✭ 60 (-18.92%)
Mutual labels:  angular4, koa2
node-typescript-starter
REST API using Node with typescript, KOA framework. TypeORM for SQL. Middlewares JWT (auth), CORS, Winston Logger, Error, Response
Stars: ✭ 19 (-74.32%)
Mutual labels:  koa2
ngx-widget-grid
Angular 2.x or in general ng-x module for dashboards
Stars: ✭ 65 (-12.16%)
Mutual labels:  angular4
ionic-lottie
Sample using ng-lottie and ionic 3 to view animations rendered from After Effects
Stars: ✭ 104 (+40.54%)
Mutual labels:  angular4
vue3-chat
2021👨‍🎓Vue2/3全家桶 + Koa+Socket+Vant3前后端分离移动端聊天应用。vue+node全栈入门项目
Stars: ✭ 46 (-37.84%)
Mutual labels:  koa2
mumemo
Mumemo is screenshot-driven note application.
Stars: ✭ 38 (-48.65%)
Mutual labels:  note
laravel5Angular4
Laravel 5.4 & Angular 4.3.4
Stars: ✭ 37 (-50%)
Mutual labels:  angular4
vim-gnote
make your mailbox as a note place
Stars: ✭ 16 (-78.38%)
Mutual labels:  note
koa-smart
A framework base on Koajs2 with Decorator, Params checker and a base of modules (cors, bodyparser, compress, I18n, etc…) to let you develop smart api easily
Stars: ✭ 31 (-58.11%)
Mutual labels:  koa2
PhantomShodan
Shodan.io connector for Phantom Cyber Security Orchestration
Stars: ✭ 19 (-74.32%)
Mutual labels:  phantom
koa2-example-app
An app that is built using koa2 and async/await
Stars: ✭ 85 (+14.86%)
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 (-79.73%)
Mutual labels:  angular4
omynote
众山小笔记 - 集中管理你的读书笔记
Stars: ✭ 154 (+108.11%)
Mutual labels:  note
angularx-qrcode-sample-app
Angular5/6/7/8/9/10+ sample apps with working implementations of angularx-qrcode
Stars: ✭ 15 (-79.73%)
Mutual labels:  angular4
book-note
📖 book note,读书笔记
Stars: ✭ 21 (-71.62%)
Mutual labels:  note
koa2-proxy
基于koa@next的代理工具,支持http和https,并且可以当做本地服务器使用
Stars: ✭ 42 (-43.24%)
Mutual labels:  koa2
tcome-frontend
NodeJS&Angular4 BLOG
Stars: ✭ 49 (-33.78%)
Mutual labels:  angular4
Fee-movie2.0
整合了几个常用的电影网站,获取资源更方便,更新中
Stars: ✭ 33 (-55.41%)
Mutual labels:  koa2
shareMusic
基于Angular4的音乐播放器
Stars: ✭ 17 (-77.03%)
Mutual labels:  angular4
gonote
Go语言语法详解笔记
Stars: ✭ 91 (+22.97%)
Mutual labels:  note

笔记文章管理应用 说明

基于Angular4+koa2实现的一个自动生成笔记文章的应用管理程序,在线预览地址

开发

(本地要安装mongodb,并且启动mongodb服务)

# git clone https://github.com/linguowei/micro-note.git
# npm install 或者 yarn install   注意不要用cnpm!!
# npm run start
# cd /server  // server文件夹是该应用的后端代码
# npm install 或者 yarn install   注意不要用cnpm!!
# npm run dev
# 浏览器访问 localhost:4200

部署

# git clone https://github.com/linguowei/micro-note.git
# npm install 或者 yarn install   注意不要用cnpm!!
# npm run build
# 1. 把build出来的文件夹dist和server文件夹拷贝到服务器放在一个目录里面
# 2. 服务器安装node、mongodb、pm2
# 3. 启动mongodb服务,进入server文件夹执行npm install, 然后执行npm run pro

License

GPL 禁止商用

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].