Skip to content

blank-tree/sbb-tvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBB-TVM Prototype

by Fernando Obieta - blanktree.ch, Simon Fischer & Claudio Rainolter

Functional prototype of a new ticket vending machine (TVM) for the Swiss Federal Railways (SBB).

Requirements

You'll need the following software installed to get started.

  • Node.js: Use the installer for your OS.
  • Git: Use the installer for your OS.
  • Gulp and Bower: Run npm install -g gulp bower
    • Depending on how Node is configured on your machine, you may need to run sudo npm install -g gulp bower instead, if you get an error with the first command.

Get Started

Install the dependencies. If you're running Mac OS or Linux, you may need to run sudo npm install instead, depending on how your machine is configured.

npm install
bower install

While you're working on your project or just want to look at a local version, run:

npm start

This will compile the Sass and assemble your Angular app. Now go to localhost:8080 in your browser to see it in action. When you change any file in the client folder, the appropriate Gulp task will run to build new files.

To run the compiling process once, without watching any files, use the build command.

npm start build

Built with

Mirror

About

Prototype of a Ticket Vending Machine for the Swiss Federal Railways

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published