This project was bootstrapped with Create React App.
- React
- React Router Dom
- Redux
- Redux-thunk
- axios
- Styled Components
├── __tests__
│ ├── __mocks__
│ ├── helpers
│ └── store
├── components
│ └── Button
│ ├── index.js
│ └── index.test.js
├── containers
├── helpers
├── images
├── screens
│ ├── Home
│ │ └── index.js
│ └── NotFound
│ └── index.js
├── services
├── store
│ ├── actions.js
│ ├── error
│ │ ├── actions.js
│ │ └── reducer.js
│ ├── loading
│ │ ├── actions.js
│ │ └── reducer.js
│ └── reducers.js
├── styles
├── index.js
├── registerServiceWorker.js
├── router.js
npm i
npm run start
Production:
npm run build:production
Homologation:
npm run build:homologation