Last Updated on January 13, 2020 by Neil Murray
All React development files are contained in ..\cf7skins-visual\src\ which is built to ..\cf7skins-visual\dist\ by webpack.

Note that ..\cf7skins-visual\dist\ is ignored in the Git Repo and will only be available on your local install after you run “webpack” in the command line.

React is built using Components

All files associated with an individual component are contained in a single folder such as \cf7skins-visual\src\components\form\form-item
