Skip to content

Commit d5db433

Browse files
committed
Remove redundant section from react tutorial
Fixes #2608
1 parent 7f0a978 commit d5db433

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docs/tutorials/reactjs-tutorial.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,6 @@ cd my-app
3737
npm start
3838
```
3939

40-
>Note: in order to avoid [this issue](https://github.com/eclipse-theia/theia/issues/6720#issuecomment-563488535), you have to add a `jsconfig.json` in the top of the folder:
41-
42-
``` json
43-
{
44-
"compilerOptions": {
45-
"module": "commonjs",
46-
"target": "es2016",
47-
"jsx": "preserve",
48-
"allowJs": true,
49-
"allowSyntheticDefaultImports": true,
50-
"allowNonTsExtensions": true
51-
}
52-
}
53-
```
54-
55-
<!-- TBD mention yarn and link -->
56-
5740
You should see the React logo and a link to "Learn React" on [http://localhost:3000](http://localhost:3000) in your browser. We'll leave the web server running while we look at the application with Emacs.
5841

5942
### Emacs configuration

0 commit comments

Comments
 (0)