Last active
December 6, 2017 05:14
-
-
Save rosdyana/5dc7dfa98f7f52d9d5efa2c6f8ffed35 to your computer and use it in GitHub Desktop.
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
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