Boyut Resizer based on React, React Router, Webpack, React Hot Loader
Boyut Resizer is an image resizer application which based on React, React Router, Webpack, React Hot Loader.
git clone https://github.com/mustafademirtas/boyut-resizer
cd boyut-resizer
yarn
Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
yarn dev
To package apps for the local platform:
yarn package
Feel free to contribute. Open a new issue, or make a pull request.
MIT © Boyut Resizer