git clone https://github.com/devdevaraj/movie_app.gitcd novavinpm installThe above command will install all the necessary dependencies mentioned in the package.json file.
npm run devThe server will start on port 3000
Before starting the production server you need to build the project using the following command.
npm run buildAfter the building process is done you can start the production server.
npm startThe production server is also configured on port 3000.