1.0.0 • Published 8 years ago

mircom v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

MirCom Project

installation (use docker)

  1. install image
    (sudo) docker pull mironovpib101/mircom
  2. run

    (sudo) docker run -p 5000:5000 -p 3000:3000 --name mircom mironovpib101/mircom
  3. loading 1 min

  4. show http://localhost:3000/

installation (not use docker)

  1. create folder and create npm project

    npm init
  2. install my npm-package

    npm i mircom
  3. install lib:

    cd node_modules/mircom/ && npm i
  4. 4.1 begin dev version (IMPORTANT: install nodemon package)

    npm run start-dev;

    4.2 begin product version

    npm run start-prod;
  5. show http://localhost:3000/

    test

  6. install all package

  7. run test

    npm run test

1.0.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago