This is the frontend React.js code for a web application that converts speech to affectively generated text.
- Install Webstorm and open this project
- Run
npm install
oryarn install
to install all package dependencies - Install serve by running
npm install -g serve
- Run
npm start
and go to http://localhost:3000 to view the project in a browser
- To build the app for production to the
build
folder, runnpm run build
- See the section about deployment for more information.
App.js
contains all the frontend code. Make sure to change theBASE_URL
to where the server is runningApp.css
contains all the CSS styling