• Incorrect Node version - ensure node > 6.0.0
  • Hot reloading issues - Known issue
  • Incorrect paths - make sure all imports are relative to file - import comp from './comp'
  • Port already taken, inspect which process blocks the port - on mac : lsof -i :$PORT_NUM
  • Start dev server with a different port : DEV_PORT=15000 npm start