NodeJs - Application

NodeJs - Application

About

NodeJs application

Entry point

Javascript Package - Package.json

{
  "name": "your-app",
  "version": "0.1.0",
  "main": "main.js",
  "scripts": {
    "start": "node ."
  }
}





Discover More
Devtron
Web - Electron

Electron is a framework to create Web Desktop app that is developped around the chrome browser. A Electron app have at minimum the following folder structure: API All APIs...



Share this page:
Follow us:
Task Runner