generated from xgeekshq/oss-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Requirements
Daniel Sousa edited this page May 9, 2022
·
3 revisions
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
You can use any IDE, but the most common is the Visual Studio Code, because allow you customize and install a bunch of plugins.
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 |
Yarn have other advantages, if you have interest in know more about Yarn visit the links below: