Requirements: NodeJS, GitBash, Visual Studio Code
install NodeJS – link for download
install Git – link for download
install Visual Studio Code – link for download
1. Open Visual Studio Code
2. Create folder for react app
3. cd to this folder
Also : https://levelup.gitconnected.com/typescript-and-react-using-create-react-app-a-step-by-step-guide-to-setting-up-your-first-app-6deda70843a4
Follow this commands:
npm install -g create-react-app
npx create-react-app my-app --template typescript # took long time
npm install react-router react-router-dom @types/react-router @types/react-router-dom
=====install Bootstrap====
npm install --save bootstrap
npm install --save reactstrap react react-dom
npm install @types/reactstrap
====install Axios=====
npm install --save axios
=====install Redux=====
npm install redux react-redux redux-thunk @types/react-redux @types/redux-thunk
====start Application=====
npm start