Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonkarman/krmx-starter

A starter for Krmx React applications
https://github.com/simonkarman/krmx-starter

Last synced: 1 day ago
JSON representation

A starter for Krmx React applications

Awesome Lists containing this project

README

        

# Krmx Starter
A starter project for an application using [Krmx](https://simonkarman.github.io/krmx) and React.

## Getting Started

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

```bash
npm install
npm run dev

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

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.