Source code for the Ultimate Vue.js Developers Course on Udemy.
See the completed project here: http://vuejs-cinema.vuejsdevelopers.com/
-
Clone this repository on your local file system
cd /path/to/install/location git clone git@github.com:vuejsdevelopers/vuejs-cinema.git
-
Install dependencies
npm install
-
Create a
.env
file by copying the samplecp .env_sample .env
Edit the .env file and replace any variables if needed
-
Start project
npm run start
-
Your site will be available at localhost:[PORT] where
PORT
is whatever value is set in your.env
file.
Note that branches in the repo named lecture/xxx
correspond to course lectures.