Skip to content

kreteshq/react-kretes-setup-example

Repository files navigation

README

React.js with Kretes

Getting Started

Using VS Code (Recommended)

  1. Install dependencies by using the Kretes: Install command from Tasks: Run Task in menu in the command palette.
  2. Start the app by using the Kretes: Start command from Tasks: Run Task in menu in the command palette.

It is a good idea to bind CTRL-T to Tasks: Run Task for convenience.

Kretes Start

To start debugging in VSCode select one of the configurations in Run and Debug menu or select Debug: Start Debugging in Command Palette.

Using CLI

Install dependencies

pnpm install

Start the application:

kretes start