The contents of this repository is the frontend service for a cinema/movie-theater webpage. The project is not connected to any actual cinema, it is just a personal project. The associated backend is in a separate repostiory located at cinema-server-backend.
To run the application locally you need to have node and npm installed, it is also required to have the url of the backend associated with the project inside a .env
or .env.local
file in the root of the project to provide the VITE_BACKEND_BASE_URL
property used. Look at the .env.example file for template.
If all the requirements are met simple run the commands
npm install
npm run dev
The project will start running on localhost:5173.