react-router-tutorial icon indicating copy to clipboard operation
react-router-tutorial copied to clipboard

Issue at lesson 11

Open ramjak opened this issue 8 years ago • 1 comments

start script always run npm run start:dev eventhough production environment has been defined

ramjak avatar Jan 17 '17 06:01 ramjak

Can you give more information, showing your package.json lines for this? Also, if you run npm start or npm run start, it looks at the environment variable, but npm run start:dev will always start the dev server.

merriam avatar Mar 21 '17 12:03 merriam