Created by: itay347
The changes and the reasoning behind them:
- Seperate yarn and npm/npx code blocks.
- To allow easier copying using the copy button in the code blocks. Previously if you copied using the button, it would copy both yarn and npm/npx commands. After this change it will copy only one of them.
- Add yarn as alternative where missing.
- Remove leading $ sign from commands.
- When copying, this actually prevents you from running the command without deleting the $ by yourself.
The common reasoning behind all of the changes I made, is to be consistent with the rest of the docs.
NOTE: Most of the changes were made to the docs, and one change was made to cra-template-typescript/README.md for consistency.