First, make sure that you have a fairly recent version of npm installed. Then run
npm install
which will download and install all (dev-)dependencies. To only install runtime dependencies, run
npm install --production
The app can be started using
npm start
to monitor src/ and react to code changes, run
npm run dev
Tests are run by
npm test
The cli can be run by
npx feathers