An open API service indexing awesome lists of open source software.

https://github.com/zzx0106/simple-notebook

集合了cnode和vue中文两个开源社区,以及笔记本功能和开源文档集合功能。
https://github.com/zzx0106/simple-notebook

Last synced: 3 months ago
JSON representation

集合了cnode和vue中文两个开源社区,以及笔记本功能和开源文档集合功能。

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