Starter app for webmiddle
Install dependencies
yarn
Build
yarn build
Test
yarn test
For development, automatically rebuild and restart server on changes:
yarn start
For development, start
and launch webmiddle-devtools
:
yarn start:devtools
The 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-browser
Assuming 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