Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 392 Bytes

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