Create React App template with Speechly support. Use this to start building webs apps with voice control. Comes with the following packages and a simple sample app:
- Node v14.16.1
To use this template within your project, add --template speechly
when creating a new app.
For example:
npx create-react-app my-app --template speechly
# or
yarn create react-app my-app --template speechly