Program | Command | Description |
Node | Upate your version of Node | npm i -g npm |
Node | Run development server | npm start |
React | Create a React app | create-react-app name_of_app |
Program | Command | Description |
Node | Upate your version of Node | npm i -g npm |
Node | Run development server | npm start |
React | Create a React app | create-react-app name_of_app |