Home
Softono
novex-kit

novex-kit

Open source MIT TypeScript
460
Stars
120
Forks
8
Issues
24
Watchers
1 week
Last Commit

About novex-kit

## Description [novex-kit](https://github.com/ais-one/novex-kit) is a monorepo **template** for building full-stack JavaScript applications, micro-services and frontends with NodeJS (**version 24 or Higher**). VueJS and ExpressJS are highlighted but end-user is free to implement their own JS/TS stack. The folder contents are as follows: - `apps`: userland backend and frontend application workspaces - `scripts`: deployment, service mocks and documentation scripts - `common`: shared JavaScript used by `apps` / `scripts` - `docs`: for documentation **IMPORTANT!** The `apps` folder is for **userland** content. E.g workspace codes, documents, scripts, schemas, etc. End-users please work within the apps folder. Other files and folders are managed by template maintainers. ## Quickstart ### Getting started with - Sample API backend [apps/sample-api](docs/install.md#Run-Sample-API) - Mininal Vue frontend [apps/sample-vue-minimal](docs/install.md#run-minimal-vue-application) - Sample Vue frontend [apps/sample-vue ...

Platforms

Web Self-hosted

Languages

TypeScript

Description

novex-kit is a monorepo template for building full-stack JavaScript applications, micro-services and frontends with NodeJS (version 24 or Higher). VueJS and ExpressJS are highlighted but end-user is free to implement their own JS/TS stack.

The folder contents are as follows:

  • apps: userland backend and frontend application workspaces
  • scripts: deployment, service mocks and documentation scripts
  • common: shared JavaScript used by apps / scripts
  • docs: for documentation

IMPORTANT! The apps folder is for userland content. E.g workspace codes, documents, scripts, schemas, etc. End-users please work within the apps folder.

Other files and folders are managed by template maintainers.

Quickstart

Getting started with

Creating Own apps/services

  • API backend
  • Vue frontend
  • Publish common/ workspaces to npm. for template maintainers ONLY**

Read Me First

CI/CD