$ sudo apt install nodejs
Promise based HTTP client for the browser and node.js $ npm install axios
npx create-react-app my-app cd my-app npm start
OU
$ yarn create react-app my-app
$ npm start ou yarn start
Executa o aplicativo em modo de desenvolvimento. Abra http: // localhost: 3000 para visualizá-lo no navegador.
$ yarn install ou npm install