https://github.com/zzx0106/simple-notebook
集合了cnode和vue中文两个开源社区,以及笔记本功能和开源文档集合功能。
https://github.com/zzx0106/simple-notebook
Last synced: 3 months ago
JSON representation
集合了cnode和vue中文两个开源社区,以及笔记本功能和开源文档集合功能。
- Host: GitHub
- URL: https://github.com/zzx0106/simple-notebook
- Owner: zzx0106
- Created: 2017-09-07T01:32:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T02:21:51.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T07:11:02.925Z (5 months ago)
- Language: JavaScript
- Size: 573 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Simple-NoteBook(简单笔记本)**
-------------------本项目本着学习react的目的编写,逻辑比较混乱,因为初学。
----------
**本项目使用的技术有 :**
----------
**前端框架**
- react
- react-router4X
- redux
- redux-thunk
- react-router-redux
- sass----------
**ui框架**
- antd
----------
***(后台)***
- node
- express
- mongoose----------
**使用方法**
1. 先下载simple-notebook、simple-notebook-node两个文件
2. 分别下载两个文件的依赖:npm install
3. 打开mongodb数据库(前提是安装了mongodb):
mongod --dbpath (此处是你想放置数据库的位置)
4. 开启数据库后、进入simple-notebook-node开启服务器,输入:
npm run start
5. 服务器启动后,进入simple-notebook文件目录启动项目,输入:
npm run start