# JS DOM Benchmark Chart ![image](https://user-images.githubusercontent.com/63821277/186010833-2ea36f3a-4738-4025-9b23-ac62afe74b81.png) ## Running the App > [!NOTE] > The following steps require Node.js. > To install Node, please refer to the [download page](https://nodejs.org/en/download/) > or the installation via your operating systems [package manager](https://nodejs.org/en/download/package-manager). The steps below assume that your current directory path is the examples project directory. ``` cd examples/js_dom_draw_benchmark_chart ``` Run the Benchmarks Typescript Part ```sh npm i --prefix typescript_vanilla_typeorm npm run start:dev --prefix typescript_vanilla_typeorm ``` Run the Benchmarks V Part ```sh v run v_veb_orm/src/ ``` Run the Chart ```sh v run chart/ ```