/themovie-web

Themovie Web was created for submission to the Belajar Fundamental Front-End Web Development class from Dicoding. Uses technologies from ES6, Custom Element, NPM, Webpack, and AJAX.

Primary LanguageJavaScript

Themovie Web

Themovie Web was created for submission to the Belajar Fundamental Front-End Web Development class from Dicoding. Uses technologies from ES6, Custom Element, NPM, Webpack, and AJAX.

Run Locally

Open your terminal (Linux or macOS) or command prompt (Windows). Clone the project by run this command

  git clone https://github.com/Roogry/themovie-web

Go to the project directory

  cd themovie-web

Install dependencies

  npm install

Start the server

  npm run start