Skip to content

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

License

Notifications You must be signed in to change notification settings

Lelberto/kaktus

Repository files navigation

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