exsvelte/Web/README.md
2020-11-10 21:44:20 +11:00

326 B

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