This is the web module for RhinoBird.
npm install
To start developement, please ensure you've started gateway, platform and other plugins, then run:
# start the webpack-dev-server
npm run dev-server
# wait for the first compilation is successful
# build the client bundle and the prerendering bundle
npm run build