You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Atul R 817690deb3 Adds new starter example 5 years ago
assets Updated starter to hello world 5 years ago
src Adds new starter example 5 years ago
.babelrc Adds new starter example 5 years ago
.gitignore Working base boilerplate 5 years ago
README.md Updates the boilterplate to be ready for hot-reloading 5 years ago
assets.d.ts Updates the boilterplate to be ready for hot-reloading 5 years ago
package-lock.json Adds new starter example 5 years ago
package.json Adds new starter example 5 years ago
tsconfig.json Updates the boilterplate to be ready for hot-reloading 5 years ago
webpack.config.js Updates the boilterplate to be ready for hot-reloading 5 years ago

README.md

react-nodegui-starter

Clone and run for a quick way to see React NodeGui 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-nodegui-starter
# 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

Installation & Resources for learning React NodeGUI

License

MIT