ricardomansano / reactron

Aplicativo React+Electron com features de acesso ao File System e Rest
MIT License
60 stars 24 forks source link

Reactron

Reactron is a simple project that integrates React.js, Electron and Material Design as interface.

Project Features

Installing

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

Run the project from the command

npm start
[or]
npm run start

Compiling for distribution

npm run dist

The application will be generated in the dist folder of your project.

How Reactron works with React

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.

electron_sequence

Screenshot

electron_sequence

electron_sequence

electron_sequence

electron_sequence

Important tip

Do not use folders with spaces in the name.

EX: c://dir/reactron

License

This project is under the license MIT

Based on the project Electrate (under license: CC0 1.0)