Closed realAndrewCohn closed 6 years ago
Allows us to start up the app with an optional group count. Only works for npm start as supervisor does not like this extra flag; npm start -- --groups=90
npm start
npm start -- --groups=90
See this for more info: https://stackoverflow.com/questions/11580961/sending-command-line-arguments-to-npm-script
Allows us to start up the app with an optional group count. Only works for
npm start
as supervisor does not like this extra flag;npm start -- --groups=90