Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 478 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 478 Bytes

Usage

Create an App

# with npm
$ npm init nextron-app my-app --example with-javascript

# with yarn
$ yarn create nextron-app my-app --example with-javascript

Install Dependencies

$ cd my-app
$ yarn (or `npm install`)

Use it

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)