gergelyszabo94 / csgo-trader-extension

CSGO Trader Browser Extension to help with CS:GO item trading, marketing and much more
https://csgotrader.app
GNU General Public License v3.0
213 stars 42 forks source link

[FEATURE REQUET] Next.js csgotrader.app site #396

Closed hexiro closed 3 years ago

hexiro commented 3 years ago

If you haven't heard of Next.js, here's a quote from their main page

"Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed."

One of the main reasons I'd suggest Next.js is because you can host it for free on the vercel platform. Next.js is made by Vercel, so that's what it's optimized for. I don't know what your current hosting situation is like, but I can't recommend Next.js enough, and it should be nearly plug and play.

Also, Vercel can automatically deploy when you push to GitHub. image image

gergelyszabo94 commented 3 years ago

It's hosted from an S3 bucket behind CloudFront, the cost is close to zero. There is also one-click build and deploy via CodeBuild (both the site and extension). I don't think it's worth spending time on this part of the project for now to be honest.

hexiro commented 3 years ago

alright cool! I'm not sure how the auto-deploy would work with the mono repo, but maybe it wouldn't have worked well.

hexiro commented 3 years ago

closing for now