mattc0llier / nextron-test

Testing out nextron building a wifi scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Create an App

# with npx
$ npx create-nextron-app my-app --example ipc-communication

# with yarn
$ yarn create nextron-app my-app --example ipc-communication

# with pnpx
$ pnpx create-nextron-app my-app --example ipc-communication

Install Dependencies

$ cd my-app

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

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

About

Testing out nextron building a wifi scanner


Languages

Language:JavaScript 97.5%Language:CSS 2.5%