/movie-catalogue

movie-catalogue

Primary LanguageJavaScript

Getting Started with Movie Catalogue

steps to follow

Install the required dependencies of client

npm install

Install the required dependencies of server

cd server

npm install

Start the server application

cd server

npm start

Start the client application

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build