Skip to content

Instantly share code, notes, and snippets.

@roalcantara
Created April 26, 2017 19:02
Show Gist options
  • Select an option

  • Save roalcantara/90276ca8c9c692cf05769444bfa7faa8 to your computer and use it in GitHub Desktop.

Select an option

Save roalcantara/90276ca8c9c692cf05769444bfa7faa8 to your computer and use it in GitHub Desktop.
Node
# 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