1- Install Node (https://nodejs.org/pt-br/download)
2- npm install
3- check if npx webpack -v is available if not run: npm install --save-dev webpack-dev-server
4- npm install --save-dev html-webpack-plugin
5- Run the npm run start, as you can see commands in the package.json file
6- npm install dotenv-webpack --save-dev (used for the API keys, with the command process.env.API_NAME)
7- Note: if some extra dependencies are required, dowload them.