1.0.1-beta.5 • Published 6 years ago
@dxos/messenger-app v1.0.1-beta.5
messenger (Experimental React App)
yarnto install dependencies from root.yarn startto run app. Then open http://localhost:8080/
Build, Publish & Deploy
Each build will be targeted for a specific public url or deploy path. The env variable PUBLIC_URL can be defined in the build process.
PUBLIC_URL=/messenger yarn webpack -pThen we can publish the dist folder using the wire app cli.
yarn wire app publishRegister the version on the WNS
yarn wire registerAnd finally test locally:
yarn wire app serve --app wrn:app:DxOS.io/messenger --path /messenger1.0.1-beta.5
6 years ago