A simple app for testing cfs-autoform
Create a new directory and clone the git repository into it
Add the required dependencies:
meteor add aldeed:autoform
meteor add aldeed:collection2
meteor add cfs:autoform
meteor add fortawesome:fontawesome
meteor add twbs:bootstrap
And add whatever storage adapter you want for CFS. For example:
meteor add cfs:gridfs
The app should be self-explanitory, but there are a few instructions shown when you launch the app in your browser.