0.0.1 • Published 9 years ago

serve-static-assets v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

serve-static-assets

Build Status

Serve static assets from the file system.

Installing

serve-static-assets is available as an npm package.

Usage

Add serve-bin and serve-static-assets to the package.json.

{
  "name": "project",
  "private": true,
  "scripts": {
    "build": "build"
  },
  "devDependencies": {
    "serve-bin": "^0.0.1",
    "serve-static-assets": "^0.0.1"
  }
}

From the command line, run:

npm start

serve-static-assets will serve files relative to the src directory.

Development

Getting Started

The application requires the following external dependencies:

  • Node.js

The rest of the dependencies are handled through:

npm install

Run tests with:

npm test