/react-demo

A full feature React.js application demo or template

Primary LanguageJavaScriptMIT LicenseMIT

react-demo

A full feature React.js application demo or template

Clone or download for use, new projects can be used as application templates to replace create-react-app (haha).

Usage

# install dependencies
yarn

# code lint
yarn lint:script
yarn lint:style

# code lint & fix
yarn lint:script --fix
yarn lint:style --fix

# develop
yarn dev

# build for production
yarn build

# code analyze
yarn analyze