2.7.83 • Published 8 months ago
underpost v2.7.83
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
Run dev api server
npm run dev-api
Run on pm2
npm run pm2
Run on docker-compose
npm run start:docker
Run on docker
# build image
docker build . -t app-name
# run image
docker run --name app-name-instance -p 41061:3001 -p 41062:3002 app-name
2.7.83
8 months ago
2.7.81
8 months ago
2.7.8
8 months ago
2.7.7
8 months ago
2.7.6
8 months ago
2.7.5
8 months ago
2.7.3
8 months ago
2.7.2
8 months ago
2.7.1
9 months ago
2.7.0
9 months ago
2.6.8
9 months ago
2.6.7
9 months ago
2.6.6
9 months ago
2.6.5
9 months ago
2.6.4
9 months ago
2.6.3
9 months ago
2.6.2
9 months ago
2.6.1
9 months ago
2.6.0
9 months ago
2.5.8
9 months ago
2.5.7
9 months ago
2.5.6
9 months ago
2.5.5
9 months ago
2.5.4
9 months ago
2.5.3
9 months ago
2.5.2
9 months ago