Skip to content

glommer/tweet-example

Repository files navigation

foobar

This project is a starter for a ChiselStrike application!

Getting Started

To get going, run:

npm run dev

Which starts a local development server of the example code.

For more help in getting started with ChiselStrike development, check out the online documentation.

Docker Support

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published