Any suggestions on how to create a better project structure


#1

Hello all,

I just started creating skill for Alexa and google, basically I dont want to keep adding code in app.ts file. I wanted to break code in different files, so any suggestions how you achieved this in any of your other projects.

Thanks.


#2

Hey! Maybe this tutorial is helpful: https://www.jovo.tech/tutorials/project-in-multiple-files


#3

Thanks @jan, this is definitely helps.