Socket
Socket
Sign inDemoInstall

lite-server

Package Overview
Dependencies
4
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lite-server

Lightweight development node server for serving a web app, providing a fallback for browser history API, loading in the browser, and injecting scripts on the fly.


Version published
Weekly downloads
27K
increased by4.18%
Maintainers
1
Install size
38.5 MB
Created
Weekly downloads
 

Readme

Source

lite-server

Lightweight development only node server that serves a web app, opens it in the browser, refreshes when html or javascript change, injects CSS changes using sockets, and has a fallback page when a route is not found.

port

Sets the port to serve. Defaults to 3000.

--port 3000

source

Which folder to open. Defaults to ./

--source src

files

Array of file patterns to watch. Defaults to all html, css and js.

--files '/**/*.html' '/**/*.css' '/**/*.js'

baseDir

Folder to serve from. Defaults to ./

--baseDir './'

fallback

File to serve when a route is not found. Useful for SPAs. Defaults to source folder + /index.html.

--fallback '/src/index.html'

FAQs

Last updated on 17 Nov 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc