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: about 1 month ago
JSON representation
A NeutralinoJS Template With React Frontend Lib
- Host: GitHub
- URL: https://github.com/frokk/react-neutralino
- Owner: frokk
- License: mit
- Created: 2022-02-06T10:45:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T19:19:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T06:02:18.720Z (about 2 months ago)
- Topics: neutralinojs, react, reactjs, starter-template, template
- Language: HTML
- Homepage:
- Size: 309 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neutralino - react-neutralino - A NeutralinoJS Boilerplate With React Frontend Library (Boilerplates)
README
# React Neutralino Template
Neutralino App With React As Frontend Framework
---
## New ProjectTo 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