-
Notifications
You must be signed in to change notification settings - Fork 5
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
Remix Blocklet Template #285
Comments
@vmcodes The indie stack does include a lot of batteries, TypeScript is preferred for new blocklet templates, the requirement for new blocklet templates are the same:
|
@wangshijun the Indie Stack comes with Tailwind CSS, is it okay to use it in some places, or should it be completely removed? |
I'm going to keep working with Tailwind CSS, please let me know if that needs to change before I make a pull request if possible. |
@vmcodes It's great to include Tailwind CSS in the template, since it's a popular styling solution |
The Indie Stack: Deployed to a long-running Node.js server with a persistent SQLite database. This stack is great for websites with dynamic data that you control (blogs, marketing, content sites). It's also a perfect, low-complexity bootstrap for MVPs, prototypes, and proof-of-concepts that can later be updated to The Blues Stack easily. The Blue Stack requires PostgreSQL.
@wangshijun and @LancelotLewis, If you agree, would you prefer JavaScript or TypeScript? I can make both if you'd like.
The text was updated successfully, but these errors were encountered: