expressjs
< nodejs
< programming
< vassilissaltis
Get flash to fully experience Pearltrees
Welcome to part 7 of Let’s Make a Web App , a tutorial series about building a web app with Node . This series will walk you through the major areas you’ll need to face when building your own applications. These tutorials are tagged with lmawa . Previous tutorials: Package Versions
Getting started With node installed ( download ), get your first application started by creating a directory somewhere on your machine: $ mkdir hello-world In this same directory you'll be defining the application "package", which are no different than any other node package. You'll need a package.json file in the directory, with express defined as a dependency.