Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simonkarman/krmx-starter
- Owner: simonkarman
- Created: 2024-06-30T20:01:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T20:56:40.000Z (5 months ago)
- Last Synced: 2024-09-18T01:28:29.842Z (5 months ago)
- Language: TypeScript
- Size: 585 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.