The app is currently deployed at http://run-lines.herokuapp.com.
- Speech synthesis
- Speech recognition
- Web Speech API
- Front end: React, Redux, Webpack
- Back end: Node.js, Express.js
To get started installing the app, clone this repo to your machine.
In order to run this app, you must have the following global dependencies installed:
To install the rest of the dependencies, run npm install
.
In production, use npm run build
to transpile front-end code. In development, use npm run build-watch
; Webpack will watch for changes in frontend files and re-transpile accordingly.
In production, use npm start
to start the server. In development, use npm run dev
; nodemon
will watch for changes in server files and restart the server accordingly.
Found a bug? Please create a github issue.