Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T19:19:18.000Z (over 2 years ago)
- Last Synced: 2025-01-20T06:03:44.987Z (13 days 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![Preview](https://user-images.githubusercontent.com/75035219/153858161-1481c75e-4317-4490-8964-b95af3c5fa36.png)
---
## 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