Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 615 Bytes

File metadata and controls

43 lines (29 loc) · 615 Bytes

Docker nodejs SDK

Features

How to Install

git clone https://github.com/wujjpp/node-docker.git
cd node-docker
npm install

How to Run and Build

Run

npm start

Build

npm run build

Analyse webpack stats

We have integrated tools for analysing bundled file, after run npm run build, try to type the following command in your terminal.

npm run analyse:server
npm run analyse

Made with ♥ by Wu Jian Ping