UNPKG

kakojs

Version:

Lightweight nodejs base minimalist framework to make api easy.

27 lines (18 loc) 456 B
# KaKo Api > Lightweight nodejs base minimalist framework to make api easy. ## Build Setup ``` bash # Goto example folder cd example # rename .env.sample to .env.development and change the database setting, create database and then migrate db yarn db # install dependencies yarn install # serve with hot reload at localhost:9090 yarn dev # build for production and launch server yarn build yarn start # generate static project yarn run generate ``