In the project directory, you can run:
npx create-react-app my-app --template typescript --use-npm
npm install --save bootstrap jquery popper.js reactstrap node-sass font-awesome@4
npm install --save-dev @types/reactstrap
npm install --save react-router-dom
npm install --save-dev @types/react-router-dom
npm install --save redux react-redux redux-thunk redux-devtools-extension
npm install --save-dev @types/react-redux