Skip to content

i_en_install_startup

huangjizhong edited this page Dec 1, 2021 · 1 revision

Installation and startup

1. Development environment

Need to install node.js and typescript

2. Installation Steps

  • Install mydog globally: npm i mydog -g
    image

  • Execute mydog init in an empty directory
    image

  • Enter the server directory to install project dependencies
    image

  • Enter the source code src directory to compile
    image

3. Start Up

Execute node ../dist/app.js in the src directory
image