Need Help: Arduino + LIS302

This is my first time connecting a sensor to Arduino.

I want to learn setup required to connect LIS302 (accelerometer ) to Arduino Pro Mini.

  1. I would like the data from LIS302 to be displayed (prefer graphic ) on laptop (for now at least) whenever LIS302 board is moved.

  2. How should the connection look like between Arduino and LIS302 ?

I recall LIS302 board has MOSI, MISO, VCC, GND, CS etc pins.

  1. Do I need to download Processing software on my PC to be able to read data from sensor and display on PC monitor ? Or is there any other suggestion ?

  2. Any chance I can find a examples/code for LIS302 and Arduino ?

  3. Any tips/advice that I should be aware of for this to work ?

TIA