Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@pefish/create-typescript-app

pefish21deprecated0.0.6

this package has been deprecated, use @pefish/create-app please.

Create Electron apps with no build configuration.

readme

Create Electron App

Create Electron apps with no build configuration.

Create React App works on macOS.
If something doesn’t work, please file an issue.

Base on react、electron、typescript、react-router、antd and mobx.

Quick Overview

yarn global add @pefish/create-electron-app
create-electron-app my-app
cd my-app
yarn start-client
yarn start-server

When you’re ready to deploy to production, just yarn pack-mac.

Get Started Immediately

You don’t need to install or configure tools like Webpack or Babel.
They are preconfigured and hidden so that you can focus on the code.

Just create a project, and you’re good to go.