Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 438 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 438 Bytes

Krmx Starter

A starter project for an application using Krmx and React.

Getting Started

First, run the development server and client by running the following commands in the root directory.

npm install
npm run dev

# optionally run with experimental server CLI
KRMX_SERVER_CLI= npm run dev

Open http://localhost:3000 with your browser to see the result.