This is a project that analyses the emotional context of the lines of Shakespeare's play Henry IV, Part 1.
Please note that the lines in the play are not ordered due to time constraints.
This project was bootstrapped with Create React App.
To get it up and running, in your terminal, run:
npm installto install all dependancies (only required for the first time you run the project).npm startto start the sass watcher and to boot up the project.- To start tests, use
npm testsin your terminal window.