Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 581 Bytes

frontend.rst

File metadata and controls

28 lines (17 loc) · 581 Bytes

Hosting the frontend server

This section assumes you've successfully set up a development backend server (see the :ref:`backend_hosting` 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