Skip to content

Latest commit

 

History

History
executable file
·
51 lines (32 loc) · 814 Bytes

README.md

File metadata and controls

executable file
·
51 lines (32 loc) · 814 Bytes

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