Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.14 KB

File metadata and controls

48 lines (37 loc) · 1.14 KB

Local Development

Make sure to have deno installed

Support for your IDE

  1. Generate Config Files
# in the root directory run:
deno run --allow-run --allow-write ./generateConfigFiles.ts
  1. Run and develop the template app
# in the app directory run:
yarn install

# and
yarn dev
  1. Reset the template
# in the app directory run:
yarn reset:template
  1. 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