Create MySelf App
All is typescript
A tool for creating you application. Currently supported template presets include:
ssr-react-midwaykoamidwayumitaroflutterelectron
Usage
npm
Compatibility Note: Node.js version >= 12.0.0.
npm init @lhiro/app
yarn
yarn create @lhiro/appAfter creating a template, run:
npm install or yarn install
npm run dev or yarn dev