Add pubsweet as a dependency of initial-app
Closes #52
This adds pubsweet
as a dependency of the generated app, which is then started with npm start
.
npm run pubsweet
should be used instead of global pubsweet
, with arguments added after a --
separator, e.g. npm run pubsweet -- setupdb . --dev
.