tenebrous-dicebot/api/node_modules/@webpack-cli/serve
projectmoon f9d6b7b827 Working grpc-web. Needs tonic master. Next step: attempt same shit with web assembly 2021-06-02 22:52:01 +00:00
..
lib Working grpc-web. Needs tonic master. Next step: attempt same shit with web assembly 2021-06-02 22:52:01 +00:00
node_modules/.bin Working grpc-web. Needs tonic master. Next step: attempt same shit with web assembly 2021-06-02 22:52:01 +00:00
CHANGELOG.md Working grpc-web. Needs tonic master. Next step: attempt same shit with web assembly 2021-06-02 22:52:01 +00:00
LICENSE Working grpc-web. Needs tonic master. Next step: attempt same shit with web assembly 2021-06-02 22:52:01 +00:00
README.md Working grpc-web. Needs tonic master. Next step: attempt same shit with web assembly 2021-06-02 22:52:01 +00:00
package.json Working grpc-web. Needs tonic master. Next step: attempt same shit with web assembly 2021-06-02 22:52:01 +00:00

README.md

webpack-cli serve

NPM Downloads

This package is used by webpack-cli under-the-hood and is not intended for installation as of v0.2.0

Description

This package contains the logic to run webpack-dev-server to serve your webpack app and provide live reloading.

Installation

npm i -D webpack-cli @webpack-cli/serve

Usage

CLI (via webpack-cli)

npx webpack-cli serve

Options

Checkout SERVE-OPTIONS.md to see list of all available options for serve command.