https://github.com/swapno963/movie-house-react
https://github.com/swapno963/movie-house-react
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swapno963/movie-house-react
- Owner: Swapno963
- Created: 2024-01-24T15:53:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T16:31:49.000Z (over 1 year ago)
- Last Synced: 2025-01-30T02:22:22.763Z (4 months ago)
- Language: JavaScript
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to run
Please follow the below instructions to run this branch in your machine:
1. Login to the GitHub account on which you have been granted access to this repository. If you have purchased the course but didn't get the access to this repository, please contact our support team. You will find contact details below.
2. Clone this repository -
```sh
git clone https://github.com/Swapno963/Movie-House-react.git
```
3. Go to the cloned project directory
```sh
cd rnext
```
4. Just run this command to install node dependencies
```sh
npm i
```
5. Just run this command
```sh
npm run dev
```