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: README.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,6 @@ File and folder structure:
12
12
*`./img` - contains the images for the application.
13
13
*`./js/backups/tse-final.js` - the reference for a final, completed version of `tse.js` at the end of the tutorial
14
14
15
-
## Running the application in CodeSandbox
16
-
17
-
The training content has been created as a sandbox in <ahref="https://codesandbox.io/s/github/thoughtspot/tse-fundamentals-tutorial?file=/index.html"target="_blank">CodeSandbox</a> to make it easy to run and test. To edit the code, simply fork the sandbox and make your changes.
18
-
19
-

20
-
21
-
You can either create a CodeSandbox account, or choose the "Continue without an account" option at the bottom of the dialog that appears.
22
-
23
-
You can export your existing fork from CodeSandbox using the top left menu, then chooseing *File*->*Export to Zip*
This is a web application and will need to be deployed to a web server, but does not require anything more than the ability to serve files over http (no additional backend to install).
0 commit comments