Skip to content

Instantly share code, notes, and snippets.

@rosdyana
Last active December 6, 2017 05:14
Show Gist options
  • Save rosdyana/5dc7dfa98f7f52d9d5efa2c6f8ffed35 to your computer and use it in GitHub Desktop.
Save rosdyana/5dc7dfa98f7f52d9d5efa2c6f8ffed35 to your computer and use it in GitHub Desktop.
mkdir deepefflux_task
cd deepefflux_task
npm init
npm install --save async knex moment mysql socketio
npm install --save-dev nodemon
// package.json
"scripts": {
"dev": "nodemon server.js"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment