+ src // All the uncompiled code will be in this folder
+-- helpers // All the helper methods that we might need can go in here.
+-- libs // Bigger modules/API can go in here
+-- index.js // Entry point js file
+ test // All out tests files can go in here
The basic folder structure for the product: