# create-server-poser

The fastest way to get started is to use yarn create, this will create a new package with everything setup:

  • TypeScript
  • Watch mode (using esbuild-runner)
  • Linting (following DC standards)
yarn create @datacamp/poser-server

This will ask you the name of the server (used to create the directory) and will generate all files.