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

https://github.com/masonz/post-it-note

基于React,Redux,React_dnd的便利贴Demo:
https://github.com/masonz/post-it-note

create-react-app react react-dnd redux

Last synced: 11 months ago
JSON representation

基于React,Redux,React_dnd的便利贴Demo:

Awesome Lists containing this project

README

          

# Post-in note

> 基于 [create-react-app](https://github.com/facebookincubator/create-react-app) 构建的便利贴Demo
>
> github: [https://github.com/masonz/post-it-note/](https://github.com/masonz/post-it-note/)
>
> Heroku: [https://post-in-note.herokuapp.com/](https://post-in-note.herokuapp.com/)

### 技术栈
>* [React](https://github.com/facebook/react)
>* [create-react-app](https://github.com/facebookincubator/create-react-app)
>* [redux](https://github.com/reactjs/redux)
>* [react-dnd](https://github.com/react-dnd/react-dnd)

### 安装
```

$ npm install # 安装依赖

$ npm run dev # 运行本地开发环境 localhost:3000

$ npm run build # 打包静态资源

```