Skip to content

gregoryvanko/NanoXTemplate

Repository files navigation

NewApp

A Node.js application for...

Installation

First, install the package using npm:

npm install @gregvanko/newapp --save

Usage

Create a file "App.js" with this content:

const Option = {
    Port:9000,
    Name:"NewApp",
    Debug: false,
    SplashScreenFilePath: __dirname + "/SplashScreen.html"
}
require('@gregvanko/newapp').Start(Option)

It is possible to start the application with default values (Port=9000, Name=NewApp, Debug=false, SplashScreenFilePath= default splach screen):

require('@gregvanko/newapp').Start()

Env variable

PORT and MONGOURL are available as env variables

About

Template pour Nanox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published