Home

Awesome

ZenTS Logo

GitHub top language GitHub code size in bytes GitHub issues GitHub pull requests npm node-current Website NPM

Website | Documentation | Roadmap | Changelog | Twitter | npm

ZenTS is a fast and modern MVC framework for Node.js & TypeScript.

Quick Start

ZenTS is a Node.js framework and available through the npm registry.

Before you can start using ZenTS, you need to download and install Node.js for your operation system. After installing Node.js you can create a fresh ZenTS project with the CLI:

npm i zents-cli -g
zen create myproject
cd myproject
zen dev

The above command will install the latest version of the CLI globally and creates a new ZenTS project in the myproject folder.

Features

Documentation

Head over to the official website and read the documentation.

License

MIT