2.8.56 • Published 4 months ago

@underpostnet/underpost v2.8.56

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

underpost.net

template

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