This project was bootstrapped with Create React App.
To learn React, check out the React documentation.
Bootstrap link
npm install react-bootstrap bootstrap
npm install --save @types/react-bootstrap
npm install --save @types/bootstrap
npm install react-app-polyfill
Styled components link
npm install --save styled-components
npm install @types/styled-components
Styled icons link
npm install --save styled-icons
React router link
npm install react-router-dom
npm install @types/react-router-dom
Axios link
npm install axios
React notifications link
npm install react-notifications
Jest link
npm install --save-dev jest
npx create-react-app sample-react-app --template typescript
package.json
"start": "set PORT=3100 && react-scripts start"
tsconfig.json
{ "compilerOptions": { "baseUrl": "src" }, "include": ["src"] }
tsconfig.json
"noImplicitAny": true,