Skip to content

Make sure example works out of the box #2

Open
@rylandg

Description

@rylandg

Currently there is some documentation mismatching with the example.

With this step for instance

cat example/{clientDeps,serverDeps} | sort -u | xargs npm i

it should actually be

cat generated/{clientDeps,serverDeps} | sort -u | xargs npm i

I would also recommend adding some command to generate a very simple template setup (maybe the client.ts and server.ts used in the README.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions