In this workbook, I will gradually develop a shopping list application.
I have written a first version of the application using Express.js. I include a full source code listing below.
You can download the complete code and package.json
from the chapter06_shopping_base
project in the workbook’s git repository. You can use the following commands to run the application:
$ git clone http://www.github.com/benatuts/aipjs/
...
$ cd aipjs/chapter06_shopping_base/
$ npm install
...
$ npm start
The shopping list is running on http://localhost:3000/