kalpetros / movierama

Movie website based on MDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieRama

Getting started

To run MovieRama

use the index.html file located in the /dist folder.

or run

$ yarn develop

and visit http://localhost:1234

To run a production build type:

$ yarn build

Run tests:

$ yarn test

To run code formatting type:

$ yarn format

For linting type:

$ yarn lint

In order to run the above yarn commands you need to install the necessary modules first by running $ yarn

About

Movie website based on MDB


Languages

Language:JavaScript 84.7%Language:CSS 14.5%Language:HTML 0.8%