# create-ssx-dapp

Create a new SSX dapp with a single command.

## Quickstart

It's really simple to get started with SSX. You can create a new dapp with a single command:

```bash
npx @spruceid/create-ssx-dapp my-dapp

# or

yarn create @spruceid/ssx-dapp
```

To learn more about the Create SSX Dapp and SSX, check out the [SSX SDK Docs](https://docs.ssx.id).
