A starter project for an application using Krmx and React.
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.