1.10. fejezet, Node.js
Beküldte pzoli - 2016, június 11 - 5:43du
Kapcsolódó hivatkozások:
- Node.js
- Nodeclipse
- brackets.io
- NodeJS - PostgreSQL connection
- Node, Postgres, and Sequelize
- NodeJS postgres + sequelize
- Cookies in NodeJS
- WikiJS
- How can I run nodemon (file change detector) from within webstorm
- Understanding the Event Loop, Callbacks, Promises, and Async/Await in JavaScript
- NodeJS Event Loop
- Array Destructing in ES6
Projekt inicializálása
package.json generálása:
mkdir myproject cd myproject npm init –y
- A hozzászóláshoz be kell jelentkezni