Project Base in AngularJS with CodeIgniter

0

Hello,

I'm having trouble creating a folder base using angularJS and codeigniter.

Some examples I searched on the internet left all of the angular files inside a folder named "app" in the root, other examples left inside the "assets / js / angular" folder.

Which folder rule would be correct?

Thank you in advance.

    
asked by anonymous 07.11.2017 / 18:54

1 answer

1

There is no rule that defines which folder files should stay in. What you can do and use a set of good practices, you can create or use an existing one yourself.

There are some questions in S.O in English that might help you:

Codeigniter assets folder best practice

How to structure Codeigniter Application with Angular JS

    
07.11.2017 / 19:46