Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 424 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 424 Bytes

pick-a-movie

Stories in Ready

Local dev

  • Install node and npm (if you don't have it already)
  • Run make install or npm install to install dependencies
  • Run make test or npm test to run the tests
  • Run npm run dev to start webpack watcher
  • Run npm start to run the server