create-electron-react-app icon indicating copy to clipboard operation
create-electron-react-app copied to clipboard

An opinionated command-line utility for creating an electron app using react

Results 2 create-electron-react-app issues
Sort by recently updated
recently updated
newest added

[Template Literal](https://github.com/Drulac/template-literal) is fastest, smallest and simplest template engine, because it use JS's literal template feature. It's 55 times faster than EJS, and it also use less CPU and RAM...

enhancement

When I run `npm start` the app boots up but theres a webpack compile error ``` ERROR in ./src/globalStyles/index.scss Module parse failed: /Users/mfrawley/code/scrimmage/containers/create-electron-react-app/devy/src/globalStyles/index.scss Unexpected character '@' (2:0) You may need...

bug