0.0.2 • Published 3 years ago
cra-template-avaya-neo v0.0.2
cra-template-typescript
This is the official TypeScript template for Avaya Neo React Library.
To use this template, add --template avaya-neo when creating a new app.
For example
npx create-react-app my-app --template avaya-neo
# or
yarn create react-app my-app --template avaya-neoAfter my-app is created
- cd my-app
- npm startor- 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 – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.