A spelling test built with Express and React.
To start up the backend, run:
To deploy:
- Clone this repo.
- Inside the repo directory, run
heroku create(requires Heroku toolbelt). - Run
git push heroku masterto simultaneously deploy the frontend + backend to Heroku.