tali
v1.1.1
Published
Bundle and serve
Downloads
20
Readme
Tali
Runs a simple server to generate a JavaScript bundle for a specific entry point.
Created due to a need to quickly test across repositories and projects.
Install and usage
Tali is a node utility and requires npm to install:
npm install -g tali
# from your project directory
tali src/index.js
> Waiting at http://localhost:3000/src/index.js
The port for the server can be controlled through the environment value PORT
.
Tali also includes sourcemaps and is based on this configuration.