All Projects → kisese → adonisjs-electron

kisese / adonisjs-electron

Licence: CC0-1.0 license
Boilerplate for adonisjs + Electron

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to adonisjs-electron

Adonis Acl
demo app: https://github.com/enniel/adonis-acl-blog-demo
Stars: ✭ 195 (+1047.06%)
Mutual labels:  adonisjs
adonis-fcm
Firebase Cloud Messaging for AdonisJS
Stars: ✭ 19 (+11.76%)
Mutual labels:  adonisjs
adonisjs-laravel-mix
An AdonisJs fullstack application blueprint with Laravel Mix
Stars: ✭ 17 (+0%)
Mutual labels:  adonisjs
Moviepark
A Nuxt universal app with an Adonis 5 api server using the TMDb API for its movie catalog.
Stars: ✭ 32 (+88.24%)
Mutual labels:  adonisjs
gerar-boletos
Biblioteca em Node.js para geração de boletos utilizando PDFKit.
Stars: ✭ 81 (+376.47%)
Mutual labels:  adonisjs
electro
A free and open-source Automatic Account Creator (AAC) written in Javascript Stack;
Stars: ✭ 20 (+17.65%)
Mutual labels:  adonisjs
Adonisjs Hackathon Starter
A boilerplate for AdonisJS web framework
Stars: ✭ 142 (+735.29%)
Mutual labels:  adonisjs
assembler
Set of commands to build and serve AdonisJS projects, along with `make:` commands
Stars: ✭ 25 (+47.06%)
Mutual labels:  adonisjs
adonis-lucid-soft-deletes
Addon for soft deletes AdonisJS Lucid ORM
Stars: ✭ 55 (+223.53%)
Mutual labels:  adonisjs
adonisjs-create-react-app
Adonisjs + Create React App Boilerplate
Stars: ✭ 22 (+29.41%)
Mutual labels:  adonisjs
create-adonis-ts-app
Boilerplate to create a new AdonisJs typescript project
Stars: ✭ 94 (+452.94%)
Mutual labels:  adonisjs
saas-react-starter-kit-boilerplate
SaaStr is a React SaaS boilerplate to kickstart your new SaaS adventure as fast as possible. Built on top of Adonis JS for the BackEnd and React Starter Kit for the Front-End
Stars: ✭ 100 (+488.24%)
Mutual labels:  adonisjs
youtube-adonisjs-iniciando
Project created in the AdonisJS video
Stars: ✭ 16 (-5.88%)
Mutual labels:  adonisjs
Ace
Node.js framework for creating command line applications
Stars: ✭ 233 (+1270.59%)
Mutual labels:  adonisjs
server
👨🏾‍🍳 Server for Ferdi that you can re-use to run your own
Stars: ✭ 26 (+52.94%)
Mutual labels:  adonisjs
Leaguestats
📈 League of Legends Stats Web App
Stars: ✭ 172 (+911.76%)
Mutual labels:  adonisjs
adonis-support-ticket
A support ticket application in AdonisJs
Stars: ✭ 28 (+64.71%)
Mutual labels:  adonisjs
adonis-cache
Cache provider for AdonisJS framework
Stars: ✭ 66 (+288.24%)
Mutual labels:  adonisjs
adonis-sail
⛵Generate a ready-to-use local docker environment for your Adonis application
Stars: ✭ 36 (+111.76%)
Mutual labels:  adonisjs
XENA
XENA is the managed remote administration platform for botnet creation & development powered by blockchain and machine learning. Aiming to provide an ecosystem which serves the bot herders. Favoring secrecy and resiliency over performance. It's micro-service oriented allowing for specialization and lower footprint. Join the community of the ulti…
Stars: ✭ 127 (+647.06%)
Mutual labels:  adonisjs

electron-AdonisJs App

Note: This is an experiment but it offers a starting point.

References

  1. Electron API Demos
  2. Adonis JS

To Use

  1. Navigate to the app directory (this directory contains the AdoniJS files)
  2. Run npm install
  3. Navigate to the root directory
  4. Run nnpm install
  5. Still on the home directory, run npm run start

Execution

Inside your root directory package.js we are starting the electron server

  "scripts": {
    "start": "electron . "
  },

Inside Electron's main.js file we are requiring the adonis server

  //Adonis server
  server = require("./app/server")

capture

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].