September 2018
Intermediate to advanced
328 pages
9h 10m
English
To start the application, open up a terminal in the /cook-the-books folder and run the following command:
npm start
browser-sync the development dependency we installed in the first section of this chapter, acts as a local server (like the serve library). It makes the application accessible in the browser from the port specified in the package.json file (in this case, 4000). If you navigate to http://localhost:4000/index.html in your browser, you should see this:

Read now
Unlock full access