Last active
December 21, 2015 10:09
-
-
Save jdolitsky/6290112 to your computer and use it in GitHub Desktop.
checkout first section of node course and install packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~ | |
git clone [email protected]:jdolitsky/nodejscourse.git -b step1 | |
cd nodejscourse | |
sudo npm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment