Powerful weapon set for fighting with big projects.
$ git clone https://github.com/DaoCasino/dc-react-kit ./ProjectName
$ cd ./ProjectName
$ chmod +X ./*.sh
$ npm i
$ npm start
$ npm run build
$ ./component.sh SomeComponent
Now you can use it from anywhere, like:
import { SomeComponent } from 'Components'
./screen.sh SomeScreen