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
Serve the app from within the `example` directory by running `python -m
18
+
SimpleHTTPServer 8000` and access it at
19
+
[http://127.0.0.1:8000](http://127.0.0.1:8000/)
20
+
21
+
Using the example app for development
22
+
=====================================
23
+
24
+
To develop using the example app, you can avoid havign to repeat the above
25
+
steps each time you change something:
26
+
27
+
1. Perform all the steps above
28
+
2. In the matrix-react-sdk directory: `npm run start:css`
29
+
3. Open a new terminal window in the matrix-react-sdk directory:
30
+
`cd example; npm start`
31
+
32
+
Now, development version of your Javascript and CSS will be rebuilt whenever
33
+
you change any of the files (although you may need to restart the CSS builder
34
+
if you add a new file). Note that the debug CSS and Javascript are much, much
35
+
larger than the production versions.
11
36
12
-
Serve the app from within the `example` directory by running `python -m SimpleHTTPServer 8000` and access it at [http://0.0.0.0:8000](http://0.0.0.0:8000/)
0 commit comments