Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 701 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 701 Bytes

Setting up React.js with Kretes

React.js with Kretes

Getting Started

Using VS Code (Recommended)

Use the 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