https://github.com/mkapal/react-node-insim-example
A minimal example of an InSim app using React Node InSim library and TypeScript
https://github.com/mkapal/react-node-insim-example
buttons insim lfs live-for-speed node react renderer simulator
Last synced: 10 months ago
JSON representation
A minimal example of an InSim app using React Node InSim library and TypeScript
- Host: GitHub
- URL: https://github.com/mkapal/react-node-insim-example
- Owner: mkapal
- Created: 2024-01-05T12:26:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-18T20:39:21.000Z (10 months ago)
- Last Synced: 2025-08-18T22:27:56.402Z (10 months ago)
- Topics: buttons, insim, lfs, live-for-speed, node, react, renderer, simulator
- Language: TypeScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Node InSim - minimal example
## Requirements
- [Node.js](https://nodejs.org/) 14 or higher
## Installation
```shell
npm install
```
## Development build
```shell
npm run dev
```
The app connects to `127.0.0.1:29999` by default.
## Production build
```shell
npm run build
npm run serve:production
```