This project is a starter for a ChiselStrike application!
To get going, run:
npm run devWhich starts a local development server of the example code.
For more help in getting started with ChiselStrike development, check out the online documentation.
To build a Docker image of your application, type:
docker build --tag foobar .You can then start a container using the image with:
docker run --name=foobar --network=host foobar
and access the endpoints:
curl localhost:8080/dev/hello