Thanks to visit codestin.com
Credit goes to github.com

Skip to content

howaiconnects/webapp-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WowDash Admin Dashboard

This directory contains the WowDash admin dashboard frontend template.

Development Workflow

This repository uses simple, standard protection policies:

  • Branch Protection: Main branch requires 1 approval and passing CI
  • Security: Pre-commit hook prevents committing secrets (.env*.local files)
  • Development: Create feature branches from main, open pull requests, get review, merge

For details see .github/branch-protections.md

Overview

  • The dashboard is a fully-featured admin panel built with modern web technologies.
  • It includes multiple UI components, charts, tables, forms, and layouts.
  • The project is structured with public assets, routes, views, and styles.

Folder Structure

  • public/ - Static assets including CSS, fonts, images, and JavaScript libraries.
  • routes/ - JavaScript route handlers for various features.
  • views/ - EJS templates for rendering frontend pages.
  • sass/ - SCSS source files for styling.
  • js/ - Custom JavaScript files for dashboard functionalities.

Local Development Setup

  1. Ensure you have Node.js and npm installed.

  2. Install dependencies:

cd wowdash-admin-dashboard
npm install
  1. Start the development server:
npm start
  1. Open your browser and navigate to http://localhost:3000 (or the port specified).

Integration Notes

  • This dashboard is standalone and can be integrated with backend APIs by modifying the routes and views.
  • Adjust API endpoints in routes/ as needed to connect with your backend services.
  • Customize styles and components in sass/ and js/ folders.

Additional Resources

  • Documentation is available under the documentation/ folder for UI components and usage.
  • For production deployment, build and optimize assets as per standard Node.js application practices.

About

Standalone repository for webapp-admin split from monorepo

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published