Prototype application for using different speech APIs to display text on screen. Based on the Aurelia framework.
To run the app, follow these steps.
- Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
- From the project folder, execute the following commands:
npm install
npm install -g gulp jspm@beta
jspm install -y
- To run the app, execute the following command:
gulp watch
- Browse to http://localhost:9000 to see the app.