File Manager prototype in Reactjs and Electron
Includes : Reactjs, Redux, Electron, Babel, Webpack, FlowType
# Clone this repository
git clone [email protected]:francisl/electron-template.git
# Go into the repository
cd bigstoat
# Install dependencies and run the app
npm install
# Run the application
npm start
index.html
: Is the Main React template.src/app/
: Client/UI Reactjs applicationsrc/app/app.jsx
: Entry file for Reactjssrc/electron/
: Backend/Electron applicationsrc/electron/electron.js
: Starts the app and creates a browser window to render HTML.
- flow - Run the type checker
- build - Compile the javascript through babel and webpack
- build:app - Only compile client application
- build:electron - Only compile backend
- start - typecheck, compile and run the application