Skip to content

Instantly share code, notes, and snippets.

@ekryski
Last active March 9, 2016 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekryski/a6400e32de1616f3d2b6 to your computer and use it in GitHub Desktop.
Save ekryski/a6400e32de1616f3d2b6 to your computer and use it in GitHub Desktop.
Feathers main app dependencies
# Install core dependencies
npm install feathers feathers-hooks

# Install REST and Socket.io
npm install feathers-socketio feathers-rest body-parser

# Install database, error handling, and auth dependencies
npm install feathers-errors feathers-memory feathers-authentication 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment