Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 520 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 520 Bytes

neutralinojs-react

A simple React.js template for building Neutralinojs apps

How to install

Create a new Neutralinojs project with this template with the following command:

neu create myapp --template codezri/neutralinojs-react
cd myapp

How to develop

Start the React development server and Neutralinojs app:

neu run

How to bundle the app

Trigger a new React build and create the application bundle with the following command:

neu build

License

MIT