yarn build
Note: You can find production build at ./build.
http-server ./build
Note: SPA will not work correctly as the server has to be configured.
yarn develop
Note: SPA is working correctly here as webpack-devserver is configured correctly.
yarn test
Note: There are some console.error output which I did not handle.