Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

getting-started

README.md

@templates/getting-started

Important

This template is structured as a monorepo, which makes it easy for demonstrating Squide.

Install the template

To install the template, first clone the template with degit by opening a terminal at the location you want to create your project:

pnpx degit https://github.com/workleap/wl-squide/templates/getting-started

Then open the newly created folder, open a terminal at the root of the workspace and execute the following command:

pnpm install

Finally, update the dependencies by execute the following command:

pnpm update-outdated-deps

Use the template

To start the development server, open a terminal at the root of the workspace and execute the following command:

pnpm dev

To build the apps for release, execute the following command:

pnpm build