Highly configurable development and build tools for react.
# npm 5.2+
npx create-react-app my-app --template riant
# npm 6+
npm init react-app my-app --template riant
# Yarn 0.25+
yarn create react-app my-app --template riantcd my-app
npm start| Template | Version | Docs | Usage |
|---|---|---|---|
riant |
npm init react-app my-app --template riant | ||
riant-antd |
npm init react-app my-app --template riant-antd | ||
riant-order-management |
npm init react-app my-app --template riant-order-management |
| Package | Version | Docs | Description |
|---|---|---|---|
riant-scripts |
Base on react-scripts |