## Project Structure ``` host ├─ public │ └─ index.html ├─ src │ ├─ App.tsx │ ├─ App.css │ ├─ bootstrap.tsx │ ├─ ErrorBoundary.tsx │ ├─ index.ts │ └─ remoteTypes.d.ts ├─ .gitignore ├─ buildspec.yml ├─ package-lock.json ├─ package.json ├─ tsconfig.json └─ webpack.config.js ```