Make sure to have deno installed
- https://plugins.jetbrains.com/plugin/14382-deno
- https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno
- Generate Config Files
# in the root directory run:
deno run --allow-run --allow-write ./generateConfigFiles.ts- Run and develop the template app
# in the app directory run:
yarn install
# and
yarn dev- Reset the template
# in the app directory run:
yarn reset:template- Install the package from local template
Simulate
yarn create @borek-digital/client-app <my-app>with packages on your local machine
# install current package globally
# in the root directory run:
yarn global add file:$PWD
# generate a new project
# anywhere:
create-client-app <my-app>For detailed explanation on how things work, check out the following docs
