2.0.1 • Published 3 years ago

statewize-dev-server v2.0.1

Weekly downloads
-
License
GPL-3.0-only
Repository
-
Last release
3 years ago

STATEWIZE DEV SERVER

Local Development

In order to run this locally, use the following commands (in 2 shells):

Shell 1

yarn build:w

Shell 2

yarn develop

Release

  1. Run this to prepack your code (this includes compiling typescript, minifying, etc): yarn prepack
  2. Make sure it works as expected by just running statewize-dev-server from the current directory (without yarn or anything - it should just work!)
  3. optional - Check that the bundle contains only the expected items. Pack your bundle via yarn pack
  4. If all is good - follow the default npm publishing method via yarn publish