Prerequisites:- Node js installed on PC. Steps:- Create a new folder and open it. Open a command prompt from the current. Create a new React application - npx create-react-app <app-name> Navigate to application folder - cd <app-name> Run the application - npm start Launches the test runner - npm test Builds the app for production - npm run build React Documentation - https://reactjs.org/
Comments
Post a Comment