v2.8.621
underpost.net
template
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