We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
client.ts
server.ts
The text was updated successfully, but these errors were encountered:
Thanks, fixed the issue in README.md. I'd have to think about generating template setup, it's a good idea
README.md
Sorry, something went wrong.
No branches or pull requests
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
andserver.ts
used in the README.The text was updated successfully, but these errors were encountered: