Skip to content
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

Open
vmcodes opened this issue May 25, 2023 · 4 comments
Open

Remix Blocklet Template #285

vmcodes opened this issue May 25, 2023 · 4 comments

Comments

@vmcodes
Copy link
Contributor

vmcodes commented May 25, 2023

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.

@wangshijun
Copy link
Collaborator

@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:

  • apps created from the template are easy to debug and hack
  • apps created from the template can be bundled and deployed and run in blocklet-server

@vmcodes
Copy link
Contributor Author

vmcodes commented May 26, 2023

@wangshijun the Indie Stack comes with Tailwind CSS, is it okay to use it in some places, or should it be completely removed?
I was making changes to the template, but wasn't sure.

image

@vmcodes
Copy link
Contributor Author

vmcodes commented May 28, 2023

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.

@wangshijun
Copy link
Collaborator

@vmcodes It's great to include Tailwind CSS in the template, since it's a popular styling solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants