term · 1 entry
- 2014-02-013 minGetting a new node project started with npm
The aim of this guide is to get people getting started with Node.js and npm , while also showing some of the handy commands I use to bootstrap my projects. Create your project directory. mkdir npmtest Change to the …
#001