|
|
|
|
|
by jaredsohn
1641 days ago
|
|
To find the frontend code associated with a feature, search the view code for text that you see in the app. To see how it uses the backend, open the network tab in Chrome developer tools (or equiv in other browsers), look at what requests it makes, and then find corresponding controllers within the code. |
|