0.1.2 • Published 7 years ago
emoji-picker-input v0.1.2
src/
├── index.html
├── src/index.js
├── src/base.css
├── src/assets/
├── src/actions/
├── src/components/
├── src/constants/
├── src/containers/
├── src/middleware/
├── src/reducers/
└── src/store/
$ npm install yarn
$ yarn
Watch & Hot Module Replace
Run in dev mode
$ npm start
Build project in Production
$ npm run build