This is the ReactJS component for an item's manipulation stored in a two lists. Dependencies: underscore.
You can view a demo here.
- If you don't have
gulp
installed, runyarn global add gulp
in terminal (*) - Go to the project root in a terminal
- Run
yarn
- Run
gulp
(*) You need these tools to run the project:
All gulp tasks runs with gulp task-name
, e.g. gulp dev
, from the project root directory.
default
-- runbrowserify
to build ReactJS files,copy-fonts
to copy Fontello fonts to thedist
folder, buildsass
files.dev
-- rundefault
tasks,connect
to a default browser,open
it and runwatch
-ers.
- to rewrite layout, add SUIT components
- to remove Bootstrap dependency
- to replace Lodash with Underscore (or better pure js)
- to reduce file size of Component js, css; to compress of output files
- to rename .icon Component to .Icon
- to convert CSS styles to SASS for Fontello
- to minimize style nesting