Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 384 Bytes

fm_admin

Development the client app for managing FM

Steps to get this app running

Without Docker

  1. Install / Update node to version 12 (use nvm to manage your node versions)
  2. Navigate to root folder of the app and run npm ci
  3. npm start to run the app. The app will run on port 5000.

Linting

  1. npm run lint to find out if all linting rules has been satisfied