sdl/sdl-mgr
John Haverlack 574c28c81d Switched Panel Icon to Bootstrap Icon 2026-02-07 10:34:46 -09:00
..
app Switched Panel Icon to Bootstrap Icon 2026-02-07 10:34:46 -09:00
conf Switched Panel Icon to Bootstrap Icon 2026-02-07 10:34:46 -09:00
html Switched Panel Icon to Bootstrap Icon 2026-02-07 10:34:46 -09:00
scripts Fixing Wkr Start / Stop 2026-02-04 20:40:39 -09:00
.gitignore Start v0.3.0 2026-01-31 13:45:39 -09:00
LICENSE.md Start v0.3.0 2026-01-31 13:45:39 -09:00
README.md Start v0.3.0 2026-01-31 13:45:39 -09:00

README.md

node-web-app

Node.js Web Application

Purpose

This web application template provides a modular template for building a node.js web application with an API and UI.

Directory Structure

node-web-app
├── app
│   └── modules
│       ├── template
│       └── web
├── conf
│   ├── modules
│   └── secrets
├── data
│   └── sqlite3
├── docs
├── html
│   ├── conf
│   ├── css
│   ├── img
│   ├── js
│   └── md
└── logs

Getting Started

Pre-requisites

Optional for Development

Clone Repo

git clone 

Install Dependencies

cd node-web-app/app
npm install

Starting the application

Ensure you are in the node-web-app/app directory

npm start
$ node-web-app/app$ npm start

> node-web-app@1.0.0 start
> node index.js

web: INFO: WebUI running on 127.0.0.1:8080