# exsvelte ProEX GUI in Svelte & ASP.NET Core MVC ### To setup dev: Install Node.js, then, in a command prompt: If you do not have yarn, install that first: ``` $ npm install --global yarn ``` Then, after clone, navigate to Web/ and run: ``` $ yarn install ``` ###To dev: Run in a command prompt: ``` $ rollup -c -w ```