Hosting the frontend server

This section assumes you’ve successfully set up a development backend server (see the Hosting the backend server section).

First things first: move into the repository’s frontend directory:

$ cd fooskill/frontend

Installing frontend requirements

Assuming you have npm installed, install the frontend requirements with

$ npm install

Running the server

Run the frontend server with

$ npm start