https://rocketmoviez-web.vercel.app
Built with the tools and technologies:
└── rocketmoviez-web/
├── index.html
├── netlify.toml
├── package.json
├── pnpm-lock.yaml
├── public
│ ├── favicon.svg
│ └── vite.svg
├── src
│ ├── assets
│ ├── components
│ ├── hooks
│ ├── main.jsx
│ ├── pages
│ ├── routes
│ ├── services
│ ├── styles
│ └── utils
├── vercel.json
└── vite.config.js
Install rocketmoviez-web using one of the following methods:
Build from source:
- Clone the rocketmoviez-web repository:
❯ git clone https://github.com/valdemirfilho/rocketmoviez-web
- Navigate to the project directory:
❯ cd rocketmoviez-web
- Install the project dependencies:
❯ npm install
Run rocketmoviez-web using the following command:
Using npm
❯ npm start