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:
- Host: GitHub
- URL: https://github.com/masonz/post-it-note
- Owner: masonz
- License: mit
- Created: 2017-03-12T10:51:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T15:55:30.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T12:37:52.756Z (about 1 year ago)
- Topics: create-react-app, react, react-dnd, redux
- Language: JavaScript
- Homepage: https://post-in-note.herokuapp.com/
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 # 打包静态资源
```