Skip to content

Getting started

Backend Server

Note

As default configuration, the backend server listens for port 3001.

  1. Clone our reference backend from this Git Repository
  2. Create .env file from .env.template
  3. run:
    npm ci # install
    npm start # start backend serve
    

Install in your frontend

npm install fcecom-frontend-api-client

Last update: October 13, 2022