Created
July 15, 2015 19:58
-
-
Save rick4470/adf2b615077567b87dad to your computer and use it in GitHub Desktop.
Startup node applications with NPM workflow
This file contains hidden or 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
| git clone [email protected]/some/place/app | |
| cd app | |
| npm install | |
| npm test | |
| npm start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment