Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 356 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 356 Bytes

Thinking in Redux | The Workshop

Requirements:

  • node v8.x +
  • npm v5.x +
  • IDE or text editor with modern JavaScript support (webstorm recommended)
  • Chrome

Launch and serve

  • npm run api to launch the mock API server (port 3001)
  • npm start to launch the dev server (port 3000)