This commit is contained in:
Dan Abramov
2018-06-26 11:38:32 +01:00
committed by GitHub
parent 11e1854838
commit da1b319a04

View File

@@ -163,7 +163,7 @@ You can now use JSX!
### Compile JSX with One Command
Create create a folder called `src` and run this terminal command:
Create a folder called `src` and run this terminal command:
```
npx babel --watch src --out-dir . --presets react-app/prod