-
Create the file structure
-
I think the convention more like:
```
-- server
|-- models
|-- ..
|-- controllers
|-- some_controller.js
|-- some_other_controller.js
|-- router.js
|-- app.s
-- tests…
-
the file structure of the ``` source ``` folder until now is :
``` ** ``` for files .
``` -- ``` for folders.
```
--src
--database
--queries
**getData.js ( for example).
*…
-
Since the repository is been added with many files, I need help to categorizing it.
-
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
'routes' to be autogenerated, based on the folder structure in src/pages.
No need to ad…
-
I would love to see more consistency with file structure in our example repos. Customers will ask for file structure recommendations and I don't think we show that very well in our docs. From the gett…
-
You could go ahead and stick some js files that are in the root folder into another file so it looks a little bit tidier :smile:
-
This is how the lib folder looks currently
```
├── amd_amd.js
├── amd_cjs.js
├── amd_slim.js
├── babel_compile.js
├── bfs.js
├── cjs_amd.js
├── cjs_cjs.js
├── cjs_steal.js
├── clean_traceu…
-
-
The file structure is a little messy (I can say that cause I created it.)
We need a better directory structure. Also, bunches of classes are defined in "BaseFantasyClasses" and that's not a descript…