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
Copy file name to clipboardExpand all lines: docs/tutorials/reactjs-tutorial.md
-17Lines changed: 0 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,23 +37,6 @@ cd my-app
37
37
npm start
38
38
```
39
39
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
-
57
40
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.
0 commit comments