0.1.2 • Published 7 years ago

emoji-picker-input v0.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago
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