ts-react-creator personal cli to init react + ts project, preset some weboack configs and setting on vscode workspace like prettier and formmater on save...
npm install ts-react-creator --save-dev
just one command for this cli...
react-ts init <projectName> -y -s -r
-y means all configs values to defalut, -s means init with styled-components, -r means init with react-router-dom...