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 master
to simultaneously deploy the frontend + backend to Heroku.