/tilt-example-nodejs

An example project that demonstrates fast updates to a NodeJS server running on Kubernetes

Primary LanguageJavaScriptApache License 2.0Apache-2.0

tilt-example-nodejs

Build Status

An example project that demonstrates how to use Tilt to develop on a NodeJS app (using Express for serving and Mustache for templating).

Fastest Deployment

This progression of examples shows how to start, and incrementally update your project for the fastest possible update time. Follow along in our NodeJS example project guide.

Other Configurations

  • 101-debugger: The recommended setup, exposing a debugger on port 9229 that you can connect to with your favorite NodeJS debugger (chrome://inspect, VSCode, IntelliJ, etc)
  • tests-example: an example of how to use Tilt to run your tests for you as you iterate

License

Copyright 2022 Docker, Inc.

Licensed under the Apache License, Version 2.0