Getting Started
The webmiddle-starter-app can be used to quickly bootstrap a new webmiddle
application.
Download and extract it: https://github.com/webmiddle/webmiddle-starter-app/archive/v0.1.1.zip
Install dependencies
yarn
Build
yarn build
Test
yarn test
For development, automatically rebuild and restart webmiddle-server
on changes:
yarn start
For development, start
and launch webmiddle-devtools
:
yarn start:devtools