1.0.0 • Published 8 years ago
mircom v1.0.0
MirCom Project
installation (use docker)
- install image
(sudo) docker pull mironovpib101/mircom
run
(sudo) docker run -p 5000:5000 -p 3000:3000 --name mircom mironovpib101/mircom
loading 1 min
- show http://localhost:3000/
installation (not use docker)
create folder and create npm project
npm init
install my npm-package
npm i mircom
install lib:
cd node_modules/mircom/ && npm i
4.1 begin dev version (IMPORTANT: install nodemon package)
npm run start-dev;
4.2 begin product version
npm run start-prod;
test
install all package
run test
npm run test