Usage

Starting Development Server with Hot-Reload

  1. Start freefeed-server
  2. npm start or dev-server.cmd on Windows

Sanity checks

  1. npm test will build test-suite and run the tests
  2. npm run lint will check if sourcecode complies to the coding guidelines

To deploy run

  1. make prod or winmake.cmd prod on Windows