8th edition of dev Web / Mobile workshop using the most modern tools on the market: (JavaScrip, NodeJs, ReactJs, React-Native, etc.) taught by Diego Fernandes, CTO in RocketSeat
Ubuntu Linux System: tutorial by tecadmin
Install Curl to add nodejs in PPA:
sudo apt-get install curl
To add PPA use the command (only LTS node release):
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
Install node and npm with:
sudo apt-get install nodejs
Install yarn with npm (-g for global installation):
sudo npm install yarn -g
Windows System: tutorial by nodejs.org
First Install Chocolatey using the powershell(ADMIN):
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Now install node with npm (LTS release) using the chocolatey package manager:
cinst nodejs.install
To complete install yarn with chocolatey:
choco install yarn
run yarn
command in root of the projetct to install all project dependencies of the yarn.lock.
finally, just run the root of the backend project yarn dev
and in the root of the frontend project run yarn start
Click on the tindev icon above to log back in and register more users to view them and be able to like and match!