Skip to content

Repository files navigation

Mail Ant

MailAnt built with Nextron (NextJS and Electron)

Usage

Create an App

# with npx
$ npx create-nextron-app my-app --example basic-javascript
# with yarn
$ yarn create nextron-app my-app --example basic-javascript
# with pnpx
$ pnpx create-nextron-app my-app --example basic-javascript

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

Credits

UI Template: https://acara.dexignzone.com/

About

MailAnt

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages