#tech #technology #react
20. Aug. 2020 |
- min Lesezeit
When we think about the past, we talk about editing files directly on the server - without versioning, staging or anything similar. That was a mess! We nowadays live in a tech world with a lot of possibilities. That’s awesome. Let’s dive into our example stack for a JS project:
Mostly we use AWS. Why?
The first stage is our own developer machine, so let’s call it : Local 🤓 We are using git for our code versioning and also git-flow for our branching. This helps us also with our stages:
Generally it’s every developers choice which editor to use. But we figured out that most of the plugins which made our life much easier are available on Visual Studio Code. So it is our favourite editor.
We are also using the following frameworks to improve our quality: