In an increasingly advanced front-end ecosystem, with an ever-richer selection of frameworks and increasingly demanding tooling, one can sometimes find oneself in a not so comical situation: how to handle a reliable and effective deployment? A case study with Create React App, let’s go!
Lexical Note
This guide will take place in two environments:
- Local: run these commands on your local development environment (likely: your laptop).
- Server: on your hosting account. With alwaysdata, you can connect over SSH to run these commands.
For an account on alwaysdata, mentions of <account> in paths/URLs/etc. refer to your account name (i.e. if your account name is superman, replace <account> with superman).
Create React App, what’s that?
Whether you missed the last few years of front-end development or you’re a bit lost in your first steps with React, a quick reminder: React is a JS/TypeScript framework that provides a development…
