Skip to content

Requirements

Daniel Sousa edited this page May 9, 2022 · 3 revisions
Split

📄 Requirements

NodeJS Git Docker

Note: Docker is required to run the database, but you can run the entire project on Docker. If you want, please see how to run

IDE

You can use any IDE, but the most common is the Visual Studio Code, because allow you customize and install a bunch of plugins.

VSCode

Optional

Yarn

This "requirement" is optional, is a preference for some users. You can use Yarn instead NPM.

But, why? The table below show a time difference between NPM and Yarn

Without Cache With Cache Reinstall
NPM 6.13.4 67 seconds 61 seconds 28 seconds
Yarn 1.21.1 57 seconds 29 seconds 1.2 seconds

Source

Yarn have other advantages, if you have interest in know more about Yarn visit the links below:

Clone this wiki locally