Skip to content

Commit 487d6ab

Browse files
authored
Update README.md
1 parent 381ec30 commit 487d6ab

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,19 @@ Based on code from [mixa9269/react-sortable-multiple-hoc](https://github.com/mix
1111
Reference - feat: Support for dragging items between Lists [Issue #138](https://github.com/clauderic/react-sortable-hoc/pull/138)
1212

1313
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
14+
15+
16+
### Installation
17+
18+
```bash
19+
# clone and cd into repo
20+
21+
yarn install
22+
yarn start
23+
24+
# open http://localhost:3000 in browser
25+
26+
# for optimized bundle
27+
yarn build
28+
29+
```

0 commit comments

Comments
 (0)