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

22 lines
326 B
Markdown

# 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
```