├─public
└─src
├─api
├─assets
├─components
├─config
└─config.json
├─constants
└─token
└─token.constants.ts
├─hooks
├─libs
└─axios
├─customAxios.ts
├─requestInterceptor.ts
└─responseInterceptor.ts
└─token
└─token.ts
├─pages
├─queries
├─styles
├─types
└─utils
├─webpack.config.js
├─webpack.development.js
└─webpack.production.js