A simple Node.js file server for quick UI prototyping.
Install serveit globally via npm (may require root/admin access):
$ npm install serveit -g
Then run the following commands to serve your project's files:
$ cd path/to/your-project
$ serveit
Navigate to http://localhost:1337 to view your application.