- Node.js
>=14.5.0
- NPM
>=6.14.5
- A good IDE (but if you want to use VS Code, that's acceptable as well)
- Clone this repository through HTTP or SSH (Recommended).
- If you comply with requirement, move to repository folder.
- Run
npm install
(shortcut:npm i
) to install dependencies. - Once the dependencies be ready, you can run the project with
npm run start
.
In case you use WebStorm, the project includes a .idea
directory which gives you the shared
settings for this project, making easier the use of this.