Add RemixJS template
Closed this issue · 3 comments
Hey folks, thanks for creating this amazing CLI
I've created a RemixJS template, I was wondering if I can create a PR to this repo to add that or if I can have that template from my own repository? 🤔
Thanks for your help!
Hey there @jdnichollsc 👋 I'd love to check it out to see if we can add it as an official template. Could you share it with me?
We do have a few things we want to make sure that are similar between the templates:
- should offer the same basic functionality (Eg: the
account
,cluster
andcounter
features) - should use Tailwind + Daisy UI for consistent styling
For example, the current Next template inherits large parts from the React template, it would be great if we could do the same for Remix.
The reason behind it is to make maintenance down the line easier, especially once we start adding non-react based templates.
We will be adding support for new frameworks based on the availability of a working example app following the above specs that we can then add as a template.
Will re-open when example is available.