dario92 / burritojs

0 stars 0 forks source link

Setup folder structure #6

Closed dario92 closed 8 years ago

dario92 commented 8 years ago

The basic folder structure for the product:

+ 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