MatthewMacomber / react-nodegui-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-nodegui-boilerplate

Clone and run for a quick way to start a React NodeGui based application.

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

About


Languages

Language:TypeScript 52.0%Language:JavaScript 48.0%