Guest User

Untitled

a guest
Jul 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ```bash
  2. # Install Cosmic CLI
  3. npm i -g cosmic-cli
  4.  
  5. # Login to your Cosmic JS account
  6. cosmic login
  7.  
  8. # Installs example content to a new or existing Bucket and downloads the app locally
  9. cosmic init react-starter
  10. cd react-starter
  11. cosmic start
  12. ```
Add Comment
Please, Sign In to add comment