davidruisinger / ionic-better-structure

An alternative ionic project skeleton with a cleaner structure
39 stars 12 forks source link

Feature request: better support multiple environments #8

Open dirkpostma opened 8 years ago

dirkpostma commented 8 years ago

How would you tackle multiple environments, development, testing, production? E.g. during development I'd like to use mocked data. For production I want to disable debugging and configure some API url.

In short: how would you tackle it using this structure?

rogerww commented 8 years ago

dirkpostma, just curious, as a noob, how are you tackling it now?