Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 423 Bytes

UPGRADING.md

File metadata and controls

13 lines (9 loc) · 423 Bytes

The app has been ejected from create-react-app which makes upgrading more difficult.

The current method consists of:

  1. Create a new project with create react app, making sure --typescript flag specified
  2. Manually compare config/*, package.json, tsconfig for changes
  3. Update accordingly
  4. Test
  5. Fix

Note, currently there should be no explicit changes to

http://russelljanderson.com/updating-create-react-app/