krakenjs/kraken-js

Large app file structure

winnerf opened this issue · 1 comments

Hello!

Lets say I want to organize my project in this way:

App
-store
--controllers
--models
--views
--public
---templates
---css
---locales
-blog
--controllers
--models
--views
--public
---templates
---css
---locales
-tasks
-test

I known that I cant with sailsjs and that's a deal breaker to me.
Can I achieve this with kraken?

Thanks

Hey @winnerf this is definitely possible.

Kraken is based heavily on configuration to setup the application how you like. You can see in kraken how some items are setup, by default. For example:

You could extend this functionality into your expected directories how you like.