schlpbch / bookingAPI

A simple API to book tickets for public transport in Switzerland.
Apache License 2.0
15 stars 7 forks source link

npm run serve points browser to wrong url #92

Closed nebucaz closed 7 years ago

nebucaz commented 7 years ago

when npm run serve browser opens http://localhost:3000/public/ http://localhost:3000/public/app should be opened instead

screen shot 2017-05-19 at 21 34 32

Change start path in package.json: "scripts": { "serve": "concurrently \"npm run watchify\" \"npm run browsersync\"", "browsersync": "browser-sync start --startPath='./public'