- Start freefeed-server
npm start
ordev-server.cmd
on Windows
npm test
will build test-suite and run the testsnpm run lint
will check if sourcecode complies to the coding guidelines
make prod
orwinmake.cmd prod
on Windows
npm start
or dev-server.cmd
on Windowsnpm test
will build test-suite and run the testsnpm run lint
will check if sourcecode complies to the coding guidelinesmake prod
or winmake.cmd prod
on Windows