NPM 'start' script
Closed this issue · 2 comments
speaud commented
./package.json - "start": "cd server && node bin/server.js"
Directory ./server/bin/ does not exist
tahnik commented
Did you run:
npm run build
first?
speaud commented
Please review your readme. The only mention of said command is within the Production build and Deploy section however this command must run before a local instance can be ran.