/serveit

Simple Node.js file server for quick UI prototyping.

Primary LanguageJavaScript

serveit

A simple Node.js file server for quick UI prototyping.

Getting Started

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.