npm-commands
npm-commands
The Node.js documents https://npmjs.org/doc/ have all the commands that you need to
know with npm.
npm uninstall <name> removes the module from node_modules but does not update
package.json
-----------------------------------------------------------------------------------
--
React Installation
1. Install Nodejs and npm
2. Install react from terminal
a. npm install -g create-react-app
b.create-react-app --version
c. create-react-app <projectName>