Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

nestjs: Starter command line

// Setting up a new project

% npm i -g @nestjs/cli

// new project
% nest new <project-name> 		
  
// run command
% npm run start


// watch your files, automatically recompiling, reloading the Server 
% npm run start:dev

  
  
  
 
PREVIOUS NEXT
Tagged: #Starter #command #line
ADD COMMENT
Topic
Name
6+4 =