Meteor.md 5.5 KB

Meteor 3 Example Code

Building Multi Platform Mobile Apps

Tip to any programmers

  • Try to understand any error messages, and what to do to those errors

Videos about upgrading to Meteor 3

Upgrading to Meteor 3

Removing unused files

From Meteor Discord chat from someone:

Nice tool that I found out about today. I was able to remove 58 unused files, functions, exports, types and dependencies 😄

https://knip.dev

Lint

From Meteor Discord chat from someone:

We started using https://biomejs.dev to replace eslint and prettier on Galaxy 2, and it's been amazing. It's speedy, easy to configure, and has fewer packages to care about.

Just sharing it here in case someone has never heard about it before

Building WeKan

Similar technology