dotyler / simple-imu-reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authors

-Tyler Do

Running on Node.js five-server

Development server with live reload capability. To install:

Install five-server

npm -g i five-server

Update five-server (from time to time)

npm -g i five-server@latest

To run (from your local directory):

five-server . -p 8000

Python server

If you have Python installed, it should be enough to run this from a command line (from your working directory):

Python 2.x

python -m SimpleHTTPServer

Python 3.x

python -m http.server

This will serve files from the current directory at localhost under port 8000, i.e in the address bar type: http://localhost:8000/

About

License:MIT License


Languages

Language:JavaScript 94.9%Language:HTML 3.6%Language:CSS 1.5%