xBrowse If you want early build or want to compile here are the steps Step 1: Install Packages With NPM: npm i Or, with Yarn: yarn Step 2 : Compile main JSX file With NPM: npm run start:control Or, with Yarn: yarn start:control Step 3 : Run it With NPM: npm run start Or, with Yarn: yarn start Step 3 (2nd way to compile) : Run it (typing rs in cmd to restart process & compile jsx) with Yarn: yarn runjs Step 5 (Optional) : Compiling to executables With NPM: npm run dist Or, with Yarn: yarn dist