Created
April 26, 2017 19:02
-
-
Save roalcantara/90276ca8c9c692cf05769444bfa7faa8 to your computer and use it in GitHub Desktop.
Node
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
| # starts a node project | |
| npm init | |
| # ecma6 transpiler | |
| npm install babel babel-cli babel-preset-es2015 --save | |
| # web server | |
| npm install express --save | |
| # test environment | |
| npm install mocha chai supertest --save--dev | |
| # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment