August 2017
Beginner
374 pages
10h 41m
English
The backend will serve as a database and API for our blog. It will store user information and blog posts, and serve them to our application via a REST API.
The backend server code is provided by the book. You can find the template code for this chapter in chapter6_1.zip (which contains the server and our React/Redux application from the previous chapters).
Unpack the zip, change into the directory, and run npm install to install the dependencies. The backend server will also serve the frontend now. This means that it replaces the serve tool we used earlier. You can now:
Run ...
Read now
Unlock full access