/vuejs-cinema

Source code for "The Ultimate Vue.js Developers Couse" on Udemy

Primary LanguageCSS

Ultimate Vue.js Developers Course

Source code for the Ultimate Vue.js Developers Course on Udemy.

Project 2: Vue.js Cinema

Demo

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

Installation

  1. Clone this repository on your local file system

    cd /path/to/install/location
    git clone git@github.com:vuejsdevelopers/vuejs-cinema.git
    
  2. Install dependencies

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

    cp .env_sample .env
    

    Edit the .env file and replace any variables if needed

  4. Start project

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

Udemy lecture branches

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