The jounal app help to keep a log of your future travels, it will let you add, delete and view info about your travels.
To start the webpack dev server at port 9000
$ npm run build-dev
Bundle all the files and locate them in dist folder.
$ npm run build-prod
To start the server
$ npm run start