#Example project exist on http://92.222.84.152:4200
It's only working fine with backend.
Serve frontend app by webpack-dev-server.
npm install -g yarn
yarn install
yarn start
open http://localhost:4200
Testing.
yarn test
Production build.
yarn run build:prod
yarn run server:prod
open http://localhost:4200