[mise-en-scene]
https://github.com/user-attachments/assets/3883f62c-4c3a-4627-94eb-5d2d69893ea8
Built with:
Getting Started
To get this project up and running locally, you'll need to clone and run the backend server first, then run this frontend (Next.js) client. Client code is expecting the server on http://localhost:8081/
- This project depends on a backend server which can be found here:
git clone https://github.com/alantothe/movies_server.git- Once the backend is running, follow these steps to start the client:
# Clone the repo
git clone https://github.com/alantothe/movie_stills.git
# cd
cd movie_stills
# Install dependencies
npm install
# Run the development server
npm run devOpen http://localhost:3000 with your browser to see the app.