0.0.1 • Published 9 years ago
serve-static-assets v0.0.1
serve-static-assets
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 startserve-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 installRun tests with:
npm test0.0.1
9 years ago