0.0.2 • Published 10 years ago
reactjs-choice-multilist v0.0.2
react-choice-multilist
ReactJS component for item's manipulation stored in two lists. Based on bootstrap and font-awesome. Dependencies: lodash.
##Before the first run
- If don't have
gulpinstalled, runnpm install -g gulpin terminal (*) - Go to project root in terminal
- Run
npm install - Run
gulp
(*) node.js must be installed. You can install it from NodeJS site.
##Gulp tasks
All gulp tasks runs with gulp task-name, e.g. gulp dev, from project root directory.
default-- runbrowserifyto build ReactJS files,copy-fontsto copy FontAwesome fonts todistfolder, buildsassfiles.dev-- rundefaulttasks,connectto default browser,openit and runwatch-ers.