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.
Translation/README.md

27 lines
705 B

5 years ago
# react-nodegui-starter
5 years ago
**Clone and run for a quick way to see React NodeGUI in action.**
## To Use
5 years ago
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
5 years ago
git clone https://github.com/nodegui/react-nodegui-starter
# Go into the repository
5 years ago
cd react-nodegui-starter
# Install dependencies
npm install
# Run the app
npm start
```
5 years ago
## Resources for Learning NodeGUI/React NodeGUI
5 years ago
- [nodegui.github.io/nodegui](https://nodegui.github.io/nodegui) - all of NodeGui and React NodeGUI's documentation
## License
MIT