Submodule 22.2: Setting up a Server using json-server

Introduction

The Node module, json-server, provides a very simple way to set up a web server. It can serve up static web content from a folder. This submodule will leverage this feature to provide the back-end for the Angular application. You will:

  • Configure and start a simple server using the json-server module
  • Configure your server to serve up static web content stored in a folder named public.

See more about json-server