Setups a re:thinc opinionated vue environment for web client development
Make sure node with version >= 17.6.0 is installed on your system. You can use nvm https://github.com/nvm-sh/nvm#installing-and-updating for easily installing node version.
curl https://raw.githubusercontent.com/rethinc/vue-starter/main/setup/install-remotly.sh | bash -s <product-name>
Changes to the starter app can be done directly in the ./vue-application
folder.