React 2

From Sinfronteras
Revision as of 19:05, 17 April 2023 by Adelo Vieira (talk | contribs)
Jump to: navigation, search

https://www.udemy.com/course/react-redux/

Install Recat:

Install Node.js and npm:

# Add the Node.js repository:
curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install -y nodejs
sudo apt install -y npm
node -v
npm -v