# create-frontend
yarn create script to initialize new frontend apps.

### Usage
Create a new javascript react app:
```bash
yarn create @orchard/frontend my-test-app
```

Create a new typescript react app:
```bash
yarn create @orchard/frontend my-test-app tsx
```