# cra-template-typescript

This is the official TypeScript template for [Avaya Neo React Library](https://github.com/avaya-dux/neo-library-react).

To use this template, add `--template avaya-neo` when creating a new app.

For example

```sh
npx create-react-app my-app --template avaya-neo

# or

yarn create react-app my-app --template avaya-neo
```

## After my-app is created

- `cd my-app`
- `npm start` or `yarn start`

You should then see the app open up in your default browser with zero errors in the terminal and zero errors in your chrome console.

For more information, please refer to:

- [Getting Started](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.
