Set npm/yarn start

release
Etienne Lemay 2017-05-27 14:55:22 -04:00
parent 1d57c216f5
commit 9e47e9d1b4
2 changed files with 2 additions and 1 deletions

View File

@ -214,7 +214,7 @@ Apple / Google / Twitter / EmojiOne / Messenger / Facebook
## Development
```sh
$ yarn run build:data
$ yarn run watch
$ yarn start
$ open example/index.html
```

View File

@ -53,6 +53,7 @@
"build:dist": "node scripts/build-dist",
"build": "npm run build:data && npm run build:example && npm run build:dist",
"watch": "node scripts/watch",
"start": "npm run watch",
"react:clean": "rimraf node_modules/{react,react-dom,react-addons-test-utils}",
"react:14": "npm run react:clean && npm i react@^0.14 react-dom@^0.14 react-addons-test-utils@^0.14 --save-dev",
"react:15": "npm run react:clean && npm i react@^15 react-dom@^15 react-addons-test-utils@^15 --save-dev",