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
9 months ago
2.7.5
9 months ago
2.7.3
9 months ago
2.7.2
9 months ago
2.7.1
10 months ago
2.7.0
10 months ago
2.6.8
10 months ago
2.6.7
10 months ago
2.6.6
10 months ago
2.6.5
10 months ago
2.6.4
10 months ago
2.6.3
10 months ago
2.6.2
10 months ago
2.6.1
10 months ago
2.6.0
10 months ago
2.5.8
10 months ago
2.5.7
10 months ago
2.5.6
10 months ago
2.5.5
10 months ago
2.5.4
10 months ago
2.5.3
10 months ago
2.5.2
10 months ago