Development the client app for managing FM
- Install / Update node to version 12 (use nvm to manage your node versions)
- Navigate to root folder of the app and run
npm ci
npm start
to run the app. The app will run on port 5000.
npm run lint
to find out if all linting rules has been satisfied