prerequisities

$ node -v
v10.11.0

$ npm -v
6.4.1

startup

  • npm install
  • update env baseUrl to be the url of the running dev server
  • npm start

production build

  • update production env baseUrl to be the url of the running production server
  • npm run build