Skip to content

thoughtspot/tse-advanced-tutorial-next

Repository files navigation

TSE Advanced Tutorial Next

This repository contains the code for the TSE Advanced Embedding for Javascript Developers course.

Requirements

For this course, you will need the following:

  • (optional) git command line if using the git clone download. See the Git Clone Section
  • npm, aka Node Package Manager. This code has been testing on 10.8.3+, but any modern version should work.
  • An IDE such as VS Code, PyCharm or similar that supports React apps.

Setting up for training

First you need to download the code. There are two approaches, you can clone the code using git clone or you can download the code. git clone is recommended, but both approaches work.

Git clone

This approach requires you to have git installed on your computer. From the command line run git clone https://github.com/thoughtspot/tse-advanced-tutorial-next. You should see messages like the following and a new folder, called tse-advanced-tutorial-next will be created.

Git clone

Download code

Alternatively, you can download the code from GitHub using the UI.

Download repo

This will download a file called tse-advanced-tutorial-next-main.zip. Unzip the file and you get a directory called tse-advanced-tutorial-next-main.

Install dependencies

Now that you've downloaded the code from GitHub, you need to install dependencies. cd into the directory name based on your download option. Then run npm install. You may see some warnings, but can typically ignore those. You will get a message like the following once the installation is complete:

NPM install

Starting the application

Finally, run npm run dev. You should see a message saying the server has started.

NPM run dev

Open http://localhost:3000 with your browser to see the starting page.

Application home page

Technical links

The following are links to the main technologies used in this course.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published