nwa/nwa
John Haverlack 72845bb6e9 Fixing Installer 2026-07-10 17:27:38 -08:00
..
app Start v0.1.2 2026-07-04 19:56:20 -08:00
conf WIP: Fixing installer 2026-07-04 18:31:26 -08:00
html Versioning Tool Updates 2026-07-04 19:55:02 -08:00
scripts Fixing Installer 2026-07-10 17:27:38 -08:00
.gitignore Initial Commit Migrating NWA from SDL 2026-06-28 09:08:41 -08:00
LICENSE.md Initial Commit Migrating NWA from SDL 2026-06-28 09:08:41 -08:00
README.md Initial Commit Migrating NWA from SDL 2026-06-28 09:08:41 -08: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