0.1.1 • Published 3 years ago

create-eleact-app v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.)