Skip to content

v2.8.611

Compare
Choose a tag to compare
@underpostnet underpostnet released this 24 Mar 14:00
· 87 commits to main since this release

underpost.net

underpost.net

template

npm nodedotjs mongodb

Node.js CI Test Downloads Coverage Status Version License

Base template for pwa/api-rest projects.

Develop, build, deploy, test, monitor, and manage multiple runtime applications on virtual machines or container instances.

Create a new project

npm install -g underpost
underpost new app-name

After template installation, the server will be running on http://localhost:4001

Usage

cd app-name

Build client bundle

npm run build

Run dev client server

npm run dev