Created by: SpaceK33z
This makes files in the public/ folder reload the page when they change.
Test plan:
- create a project;
- start the project with
npm start; - modify something in
public/index.html, for example the<title>; - hit save;
- verify that the page has reloaded and the title has changed.
Fixes #656 (closed), fixes #1508 (closed)