If you haven't already, make sure you have your local environment setup.
Note $ represents a terminal command and should not be typed out.
All commands (unless otherwise specified) should be ran from home dir:
$ cdSet up the version control for your project
$ cd ~/projects/
$ mkdir new-project && cd new-project
$ composer require mwi/software-kitThese packages are on an as need basis. If a theme was incorporated they may not be necessary.
For masking inputs
$ npm install inputmaskFor form validation
$ npm install parsleyjsFor select dropdowns/multiselects
$ npm install select2For card based layouts
$ npm install masonry-layout