-
Notifications
You must be signed in to change notification settings - Fork 84
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
Refactor: switching to TS #16
Comments
I think it's a good idea. Eventually I'd like to be able to wrap this thing in another generator that takes a YAML file where you can specify the setup that you want and it will generate it all for you. (e.g. Two react apps, a Vue app, and a server running GraphQL.) And this would help get us down that road. |
I like your vision for this! Any chance you would like to add milestones or use the projects feature to manage this refactor & yaml feature and delegate the workload? Might be a good idea to also create a refactor/ts branch so multiple people can work on it simultaneously. |
Created a project. Not sure if I did it right though. Hahahah. |
So you have created the project but the board doesn't have any cards or columns with tasks on it |
I would like to create a pr for switching to TS and sorting the code a bit so it would be easier to add more code to it and to test it by using classes and TS in general. Would like to hear opinions on this or if it is just a waste of time :)
The text was updated successfully, but these errors were encountered: