Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frokk/react-neutralino

A NeutralinoJS Template With React Frontend Lib
https://github.com/frokk/react-neutralino

neutralinojs react reactjs starter-template template

Last synced: 11 days ago
JSON representation

A NeutralinoJS Template With React Frontend Lib

Awesome Lists containing this project

README

        

# React Neutralino Template
Neutralino App With React As Frontend Framework

![Preview](https://user-images.githubusercontent.com/75035219/153858161-1481c75e-4317-4490-8964-b95af3c5fa36.png)

---
## New Project

To create a new project based on this template:

```bash
npx create-neutralino-app@latest
```

Select The React Framework.

*Note that you will need to have [Node.js](https://nodejs.org) installed.*

## Get started

Install the dependencies...

```bash
npm install
```

Get the latest Neutralino Binaries & Client Library...

```bash
npx neu update
```

...then start application:

```bash
npm run dev
```

## Building and running in production mode

To create an optimised version of the app:

```bash
npm run build
```

You can now run the executable for your PC inside `dist` folder.

---
# Thanks