/kaktus

[STANDBY] A framework to create APIs with TypeScript, Node, Express and MongoDB

Primary LanguageTypeScriptMIT LicenseMIT

Kaktus

Release Express version

Install

$ npm install -g kaktus-cli
$ kaktus new my-app

OR

$ npx kaktus-cli new my-app

Usage

For development
$ npm run dev

For production
$ npm run build
$ npm start