This project has been implemented entirely using the TypeScript
language.
Read the blog post with all the details about the implementation of this project here: https://luixaviles.com/2020/07/build-your-first-voice-driven-web-app/
Try the live demo here: https://luixaviles.com/web-speech-angular
Find the Video Demo here
- Star GitHub repository ⭐
- Create pull requests, submit bugs or suggest new features
- Follow updates on Twitter or Github
First, ensure you have the following installed:
- NodeJS - Download and Install latest version of Node: NodeJS
- Git - Download and Install Git
- Angular CLI - Install Command Line Interface for Angular https://cli.angular.io/
After that, use Git bash
to run all commands if you are on Windows platform.
In order to start the project use:
$ git clone https://github.com/luixaviles/web-speech-angular.git
$ cd web-speech-angular
Open other command line window and run following commands:
$ cd client
$ npm install
$ ng serve -o
The last command will open your default browser with the following URL by default: http://localhost:4200
The Open Source community is awesome! If you're working in a fork with other tech stack, please add the reference of your project here.
Contributions are greatly appreciated. You can contribute by adding i18n
support with your language, the testing section or any other feature you want.
MIT