You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Firstly thank you for this project! I tried to manually convert my CRA app to use TypeScript but it didn't work at all, so this is a lifesaver.
The original Create React App has a feature where if port 3000 is busy it will automatically ask if I want to run it on the next available port. This doesn't seem to be the case here because I just get this in the console
$ yarn start
yarn start v0.27.5
warning ..\..\package.json: No license field
$ react-scripts-ts start
Something is already running on port 3000.
Done in 2.28s.