Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # root of our chat
  2. mkdir chat
  3. cd chat
  4. # init package.json
  5. npm init
  6. # folder to store protocol
  7. mkdir protocol
  8. # folder to store sources of protocol (json file)
  9. mkdir protocolprotocol/src
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement