Skip to content

codewithnathan97/react-nodegui-github-search-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Node GUI GitHub Search App

Cloned from React Node GUI starter

Tutorial article here: https://blog.bitsrc.io/building-native-desktop-application-with-react-node-gui-2ce1b2a2164

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-nodegui-starter
# Install CMake
brew install cmake
# Go into the repository
cd react-nodegui-starter
# Install dependencies
npm install
# Run the dev server
npm run dev
# Open andother terminal and run the app
npm start

License

MIT

Releases

No releases published

Packages

No packages published