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

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

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
```