Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large app file structure #485

Open
winnerf opened this issue Mar 30, 2017 · 1 comment
Open

Large app file structure #485

winnerf opened this issue Mar 30, 2017 · 1 comment

Comments

@winnerf
Copy link

winnerf commented Mar 30, 2017

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

@shaunwarman
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants