valeriopisapia / parking_widget

You are going to develop a parking widget: ● "Parking" because the goal is to show a collection of parking slots and let the user buy one ● "Widget" because it should be an independent module that can be embedded in any Web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-standard-style

Parking Widget

Boilerplate Features

Usage

  1. Clone this repo from https://github.com/valeriopisapia/parking_widget.git
  2. Run npm install in the root directory (will automatically run jspm install)
  3. Run gulp or npm start to start the local dev server (you may need to install Gulp locally using npm install -g gulp)

Testing (TO-DO)

Run karma start or npm test to run tests once.

Run npm run test:watch to run tests continuously.

Building

Run gulp build or npm run build to build the app for distribution in the dist folder.


About

You are going to develop a parking widget: ● "Parking" because the goal is to show a collection of parking slots and let the user buy one ● "Widget" because it should be an independent module that can be embedded in any Web application


Languages

Language:JavaScript 99.6%Language:LiveScript 0.2%Language:CSS 0.2%Language:HTML 0.0%