Posts

[000Webhost] Working With PWA Optimization Using React JS/Typescript

Information Last Tested Valid: 09 August 2023 Some Environment Information Programming Platform: React Typescript Code Editor: Visual Studio Code CSS: Standard CSS + TailwindCSS Assistant: ChatGPT 3.5 (Free Plan) App Information At first, this was just to get used to React Typescript after a while of not touching it, but decided to see whether I can make it PWA Compliant. Mostly utilized Tailwind CSS to produce responsiveness. I'm mostly a beginner so based on the sources I've read online, to truly test whether an app is PWA, it must be served on an HTTPS, and the only way I can do that without incurring costs is to build my app and transfer it over to 000webhost.  The App itself is a full-stack app (not sure whether I'm using that term right, well, you'll get it as I explain further), as in it has both a front-end folder using React and a back-end folder using Node.js.  Limitations 000Webhost's Free Plan does not appear to be able to start up the server (back-end) ...