I’m building a website to list episodes for my channel: Meteor JS News by WeGrouped - newest one here https://www.youtube.com/watch?v=3PB7B0Sc-0g&index=4&list=PLTBGW39Cw6Wv6f774JQt479744fXey5X_
Static sites are good for my usecase:
- small app with tiny data and no accounts
- want better reliability than *.meteor.com
- CDN for crazy speed
- sooooooooo cheap
I want to use Meteor because of:
- sets up builds automatically
- I like Meteor
Has anyone gotten Meteor to output a static site to work with React? Otherwise, I have to use something like https://github.com/koistya/react-static-boilerplate or maybe a meteor webpack kickstart.