Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 648 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 648 Bytes

Notice 🔔

Please use https://github.com/neutralinojs/neutralinojs-minimal instead of this template, if you are trying Neutralinojs v2.

neutralinojs-react

React starter project for Neutralinojs

Get started

Install neu-cli

$ npm i -g @neutralinojs/neu

Create Neutralino app with React template

$ neu create myapp --template react
$ cd myapp

Bundle source files

$ neu build

Learn more about neu-cli from docs