Guest User

Untitled

a guest
Jan 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. mkdir my-cli # create the project's directory
  2. cd my-cli # go to new location
  3. npm init --yes # initialise NPM package
  4. echo "console.log('Hello, world!')" > server.js # create hello world example
  5. npm start # run the script
Add Comment
Please, Sign In to add comment