Skip to content
/ react-neutralino Public template

A NeutralinoJS Template With React Frontend Lib

License

Notifications You must be signed in to change notification settings

frokk/react-neutralino

Repository files navigation

React Neutralino Template

Neutralino App With React As Frontend Framework

Preview


New Project

To create a new project based on this template:

npx create-neutralino-app@latest

Select The React Framework.

Note that you will need to have Node.js installed.

Get started

Install the dependencies...

npm install

Get the latest Neutralino Binaries & Client Library...

npx neu update

...then start application:

npm run dev

Building and running in production mode

To create an optimised version of the app:

npm run build

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


Thanks