Minimal IBM Watson speech to text example.
- Go to
client
folder & executenpm i
&&npm start
command. - Go to
server
folder & executenpm i
command. - Enter IBM Speech to Text Credentials. If you don't have check it out here
- Run
npm run dev
command inserver
folder. - Application will run on
http://localhost:8080