tree: 45bba3f83d2e89cadcd3aadcabb09a83b067a281 [path history] [tgz]
  1. BUILD
  2. launcher_template.sh
  3. package.json
  4. README.md
  5. ts_devserver.bzl
  6. yarn.lock
internal/devserver/README.md

TypeScript devserver

This development server is very simple. It's meant to be a convenient step in the “getting started” workflow. Once you have any real requirements, you should develop against your real frontend server instead.

This devserver includes the “concatjs” bundling strategy. If you use a different frontend server, you should port this library to whatever language you run in.