Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

szpolny/create-eleact-app

Repository files navigation

Create Eleact App GitHub package.json version

Create cross-platform desktop apps with no configuration.

When creating the project, I was inspired by:

Usage

npm install -g create-eleact-app
create-eleact-app my-app
cd my-app
npm start

Plans for future

  • TypeScript support
  • Simplify the configuration by creating a separate library that will handle scripts (similar to react-scripts)
  • Documentation
  • More frameworks support (Vue, Angular, etc.)