Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get started

STEP-1: Clone the repository.

git clone https://github.com/devdevaraj/movie_app.git

STEP-2: Switch to the cloned directory.

cd novavi

STEP-3: Install the dependencies.

npm install

The above command will install all the necessary dependencies mentioned in the package.json file.

STEP-4: Strt the server

Starting development server

npm run dev

The server will start on port 3000

Starting production server

Before starting the production server you need to build the project using the following command.

npm run build

After the building process is done you can start the production server.

npm start

The production server is also configured on port 3000.

About

Movie search application

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages