Reactron is a simple project that integrates React.js, Electron and Material Design as interface.
You will need NPM installed. Follow the commands below:
# Clone repository
git clone https://github.com/ricardomansano/reactron.git reactron
# Go to directory
cd reactron
# Install dependencies
npm install
npm start
[or]
npm run start
npm run dist
The application will be generated in the dist
folder of your project.
The template compiles the *.js
(jsx) files contained in the src
folder into standard JavaScript files into the app
folder, including also the *.html
and *.css
files, along with the file main.js
.
It then packages the application using gulp
through npm
.
Do not use folders with spaces in the name.
EX: c://dir/reactron
This project is under the license MIT