Home > Article > Web Front-end > How to develop WebAppDemo based on WebStorm, React and Ant.Design
Build a react project from scratch
Prerequisites:
Webstorm and nodejs have been installed.
Install create-react-app and yarn
npm install -g create-react-app yarn
Open WebStorm to create the project
Install antd
yarn add antd --save
Modify app.js code
React, { Component } ;logo ;;{ Button } ;App Component { () { ( {logo} Welcome to React Button To get started, edit src/App.js and save to reload. ); } }App;
The above is the detailed content of How to develop WebAppDemo based on WebStorm, React and Ant.Design. For more information, please follow other related articles on the PHP Chinese website!