0.0.1 • Published 4 years ago
electron-react-template v0.0.1
Expo App
This is a light-weight template for creating Electron App within React. With it, you can easily create an application works on MacOS, Windows and Linux.
What's included
- ES6
- React, JSX
- Sass/Scss, Less
- webpack-dev-server supporting hot-module-replacement
How to use
First, you should clone this repo to your local via git like this:
git clone --depth 1 --single-branch --branch master https://github.com/oztrkgklp/ExpoApp.git your-appThen, you should install the dependencies like this:
cd your-app
npm installAfter having installed, you can via following command to start app in dev mode:
npm run devAnd if you want to run app in prod mode, you can do like this:
npm run build
npm run prod0.0.1
4 years ago