cra-template-avaya-neo
v0.0.2
Published
The official Avaya Neo template for Create React App.
Downloads
4
Maintainers
Readme
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-neo
After my-app is created
cd my-app
npm start
oryarn 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.