This architecture expects the following to be already installed on your computer:
- Git will be necessary to clone the repository on your computer.
- (Optional) A proper Node Version Manager (NVM) to manage installed Nodejs versions (allows switching between versions)
- It’s not really a requirement, but good practice for any developer working on multiple projects (which eventually leads to working on different nodejs versions).
- If you don’t use NVM, then please use node minimum
v16
for the next steps.
- Node.js should be installed (it’s installed by NVM, so you’re probably already covered)
As you can see, there is no particular dependency to use this architecture, all those tools are probably already installed on your computer!
Operating systems compatibility
Unix (macOS/Linux distributions)
This architecture has only been extensively tested on macOS Catalina, we expect Unix-based OS to behave properly.
Windows
<aside>
⚠️ Currently not tested on windows environment!
</aside>
▶️ Next Quick Start