jefffriesen / neutrino-electron-reference

A reference implementation for neutrino with Electron, React, linting, type checking & decorators.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neutrino-electron-reference

A reference implementation for neutrino with Electron, React, linting, type checking & decorators.

See neutrino-react-reference for a lot more documentation. Any changes to that repo will be pulled into this one.

Work in progress

This is not yet working. I get unintelligible errors after building. I think it's because I call neutrino build && electron . which builds a production build and points Electron it is. So no source maps. I need to create a dev build with neutrino and point Electron to it during development.

PRs very welcome.

To run:

yarn install         // install dependencies
yarn start-electron  // build and run Electron locally for dev
yarn publish         // TODO

About

A reference implementation for neutrino with Electron, React, linting, type checking & decorators.

License:MIT License


Languages

Language:JavaScript 83.2%Language:HTML 13.9%Language:CSS 2.9%