yangmingshan / react-demo

A full feature React.js application demo or template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A full feature React.js application demo or template

License:MIT License


Languages

Language:JavaScript 96.0%Language:HTML 3.7%Language:CSS 0.4%