Skip to content

Starter repository for react based native desktop apps using react-nodegui

Notifications You must be signed in to change notification settings

nodegui/react-nodegui-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-desktop-starter

Clone and run for a quick way to see NodeGUI React Desktop in action.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/nodegui/react-desktop-starter
# Go into the repository
cd react-desktop-starter
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Resources for Learning NodeGUI/React Desktop

License

MIT