marekdano / cartrawler-webapp

Getting parse and display the cartrawler JSON data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulp Tasks

To get developing mode, run:

$ gulp serve

This will fire up a local web server, open http://localhost:9000 in your default browser and watch files for changes, reloading the browser automatically via [LiveReload].

To run the tests in the browser, run:

$ gulp serve:test

To make a production-ready build of the app, run:

$ gulp

To preview the production-ready build to check if everything is ok:

$ gulp serve:dist

About

Getting parse and display the cartrawler JSON data


Languages

Language:JavaScript 81.6%Language:HTML 12.7%Language:CSS 5.7%