Starter app for webmiddle
Install dependencies
yarnBuild
yarn buildTest
yarn testFor development, automatically rebuild and restart server on changes:
yarn startFor development, start and launch webmiddle-devtools:
yarn start:devtoolsThe Browser component isn't included by default as it greatly increases the install time,
since it requires a compatible verison of Chromium that is downloaded during installation.
If you need it, type the following
yarn add webmiddle-component-browserAssuming you have cloned this repo as a submodule with https://github.com/webmiddle/webmiddle-all
Before installing dependencies with yarn, run the following to link the local webmiddle packages.
chmod +x link.sh
./link.sh