Difference between revisions of "React 2"
Adelo Vieira (talk | contribs) (Created page with "https://www.udemy.com/course/react-redux/") |
Adelo Vieira (talk | contribs) |
||
| Line 1: | Line 1: | ||
https://www.udemy.com/course/react-redux/ | 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 | ||
Revision as of 18:05, 17 April 2023
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