App to display train times from various stations served by South West trains
-
npm run dev- runs a single dev build -
npm run prod- runs a single prod build -
npm run serve- runs the dev server using the webpack dev config -
npm run eslint- run the linter once for a full report of linter errors -
npm run test- run the unit tests on watch mode -
npm run coverage- run the unit tests on watch mode with coverage (slower)