This project is write by React, a little demo for learning React.
Clone this repository, then cd into that directory, run yarn install to install all dependencies.Then run yarn start to run a dev server
If you want to run as a production mode, run yarn build, then upload all the files in the build directory to your server.
yarn startyarn buildyarn testyarn eject
MIT