Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 415 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 415 Bytes

Movies

We need to install dependencies to run application:

npm run install or npm i

You can run application:

npm run dev

Open http://localhost:8080 to view it in the browser.

You can build application:

npm run build

You can run application like to production:

npm run production

You can test application to production:

npm run test