hutameint / vuejs-cinema

Source code for "The Ultimate Vue.js Developers Course"

Home Page:http://bit.ly/2mPK8ny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultimate Vue.js Developers Course

Source code for the Ultimate Vue.js Developers Course.

Project 2: Vue.js Cinema

Demo

See the completed project here: http://vuejs-cinema.vuejsdevelopers.com/

Pre-installation

Installation

  1. Install this code on your local system

    1. Fork this repository (click 'Fork' button in top right corner)

    2. Clone the forked repository on your local file system

      cd /path/to/install/location
      
      git clone https://github.com/[your_username]/vuejs-cinema.git
      
  2. Change into directory

    cd vuejs-cinema
    
  3. Install dependencies

    npm install
    
  4. Create a .env file by copying the sample

    cp .env_sample .env
    

    Edit the .env file and replace any variables if needed

  5. Start project

    npm run start
    

Your site will be available at localhost:[PORT] where PORT is whatever value is set in your .env file.

Lecture branches

Note that branches in the repo named lecture/xxx correspond to course lectures.

About

Source code for "The Ultimate Vue.js Developers Course"

http://bit.ly/2mPK8ny


Languages

Language:CSS 52.8%Language:JavaScript 43.8%Language:HTML 3.3%