A simple browser for users to group webapps using Electron, React, Redux, React Router, Webpack and React Hot Loader for rapid application development (HMR).
Odyssey was created using electron-react-boilerplate
- If you have installation or compilation issues with this project, please see electron-react-boilerplate debugging guide
First, clone the repo via git and install dependencies:
git clone --depth 1 --single-branch https://github.com/sunnydave/odyssey your-project-name
cd your-project-name
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 start
To package apps for the local platform:
yarn package