#setup
yarn install
yarn run build:dev
dist folder will be created which contains home page index.html with assets and this can be deployed on the server.
Install local web server
npm install -g local-web-server
Then start web server from dist by running following commands
cd dist
ws