Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223fd10 commit ae71ff4Copy full SHA for ae71ff4
README.md
@@ -26,21 +26,27 @@ See the completed project here: [http://vuejs-cinema.vuejsdevelopers.com/](http:
26
git clone https://github.com/[your_username]/vuejs-cinema.git
27
```
28
29
-2. Install dependencies
+2. Change into directory
30
+
31
+ ```
32
+ cd vuejs-cinema
33
34
35
+3. Install dependencies
36
37
38
npm install
39
40
-3. Create a `.env` file by copying the sample
41
+4. Create a `.env` file by copying the sample
42
43
44
cp .env_sample .env
45
46
47
Edit the .env file and replace any variables if needed
48
-4. Start project
49
+5. Start project
50
51
52
npm run start
0 commit comments