tahnik/react-expressjs

NPM 'start' script

Closed this issue · 2 comments

./package.json - "start": "cd server && node bin/server.js"

Directory ./server/bin/ does not exist

Did you run:

npm run build

first?

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.