watsize-antd-redux [CRA Template]
Create React App works on macOS, Windows, and Linux. If something doesn’t work, please Make an issue.
Quick Start Overview
Just Run this command on terminal (Don't miss to changes test-app
to whatever you want)
Yarn way
yarn create react-app test-app --template cra-template-watsize-antd-redux
cd test-app
yarn start
NPM way
npx create-react-app test-app --template cra-template-watsize-antd-redux
cd test-app
npm start
Hint: If you have install the
nodep
version (e.g.yarn create react-app test-app --template cra-template-watsize-antd-redux@0.3.0-nodep-b1
) you should install dependencies by yourself. Pros: Up-to-date dependencies | Cons: Run 1 more step
More & More
Note: Dependencies Installed
yarn add antd antd-dayjs-webpack-plugin @craco/craco craco-less awesome-debounce-promise axios crypto-js env-cmd js-cookie react-loadinggg redux react-redux react-router-dom
yarn add @svgr/webpack redux-devtools --dev
Made with