The first time I used Meteor, something clicked.
I was a WordPress Designer trying to teach myself to code, and I’d hit a wall.
I knew I wanted to build full-stack web applications, but I just couldn’t get my head around the tools out there; I’d tried and failed at Rails, I’d tried and failed at using Django, I’d tried and failed at cobbling together my own Node API with React frontend.
Meteor was the tool that finally did it for me; by taking away the complexities of authentication systems and setting up databases and connecting the client to the server, and letting me just focus on the code.
Seven years have passed since then, and I’ve built a lot of different full-stack apps in a lot of different frameworks - and still no framework has come close to giving me the speed that Meteor gave me.
I don’t know about you guys, but I am very excited about the Tiny acquisition and what that means for the future of Meteor - I wanted to dive back in, but it was hard finding any tutorials or boilerplate that was still maintained.
That’s why I built Titan.
Introducing Titan
Titan is an opinionated Meteor boilerplate that’s production-ready for 2020.
It has everything you’d expect of a JS app coming into this decade:
-
Apollo + GraphQL set up on the server
-
TypeScript everywhere™
-
Jest + Storybook + ESLint for testing
-
Bulma + SCSS for styling
-
Font Awesome added
-
React-Router set up
-
Magic Link authentication (think Slack!)
The demo I’ve set up is a typical CRUD goal-setting app, where you have to login to see your goals and can only ever see your goals. Hopefully this will work as a good example or starting point if you’ve been trying to get any of the above to work with Meteor (particularly if you’re using TypeScript!).
There’s still a lot I plan to do, including fixing a number of linting issues and tidying up some of the code - but I thought now was as good a time as any to share with the wider community If you find any bugs or would like to help improve it, then hit me up!