## Project Structure

```
remote-1
├─ public
│  └─ index.html
├─ src
│  ├─ App.tsx
│  ├─ bootstrap.tsx
│  ├─ Button.tsx
│  └─ index.ts
├─ .gitignore
├─ buildspec.yml
├─ package-lock.json
├─ package.json
├─ tsconfig.json
└─ webpack.config.js
```