Skip to content

Instantly share code, notes, and snippets.

@Krucamper
Created February 25, 2020 08:01
Show Gist options
  • Save Krucamper/ceeec76a16a8a754039296e946d827a6 to your computer and use it in GitHub Desktop.
Save Krucamper/ceeec76a16a8a754039296e946d827a6 to your computer and use it in GitHub Desktop.
basic nest cli
# install nestJs cli
npm install -g @nestjs/cli
# create new project nestJs
nest new nestjs-tutorial
# change to directory
cd nestjs-tutorial
#run nestJs
nest start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment