36
loading...
This website collects cookies to deliver better user experience
Node.js – an open-source back-end JavaScript runtime environment, needed for Create React App to function;
The npm package manager, version 5.2 or newer;
And a code editor. The one we are going to use in this example is Visual Studio Code.
npx create-react-app awesome-react-app
npm start
npm run test
npm install axios
npm run build
Compiled successfully
npx serve