Mostly a combination of the React and Webpack example on the TypeScript website and instructions by Robin Rendle.
- Run
yarn install
- Run
yarn start
- Chrome will open, load
index.html
and will reload after any compile
- figure out if there's any actual difference between
yarn dev
andyarn start
, as they both seem to compile and reload on changes.