cka is a react-cli embedded with react-router and mobx.
React 脚手架,内嵌了 react-router(v4)和 mobx(v5).
npm install cka -g
or
yarn global add cka
npx cka new myApp // npm 5.2+ required
cka new myApp
cka new myApp --no-install
npm start
or
yarn start
npm run build
or
yarn build