https://github.com/mkapal/react-node-insim-template-minimal
A minimal example of an InSim app using React Node InSim library and TypeScript
https://github.com/mkapal/react-node-insim-template-minimal
buttons insim lfs live-for-speed node react renderer simulator
Last synced: about 2 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-template-minimal
- Owner: mkapal
- Created: 2024-01-05T12:26:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-28T23:26:47.000Z (4 months ago)
- Last Synced: 2026-03-01T02:17:58.235Z (4 months ago)
- Topics: buttons, insim, lfs, live-for-speed, node, react, renderer, simulator
- Language: TypeScript
- Homepage:
- Size: 120 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
```