diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c0126f8 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Larry UI + +This uses Quasar Framework (based on Vue.js): http://quasar-framework.org + +## Development + +You need Node.js >=8 and NPM >=5 + +* install quasar-cli `npm install -g quasar-cli` +* clone the repo +* run `cd larry-ui` +* run `npm install` +* run `quasar dev` + +You now have the dev server running on http://localhost:8081 which tries to connect to the API on http://localhost:8080 |
