This movies web app allows users to register, log in, browse, search, watch trailers, add movies to watchlists and favorites, as well as read actors' bios.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm start |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site |