Skip to content

Commit 5f90828

Browse files
author
Niket Pathak
committed
added readme to setup project
1 parent 4803063 commit 5f90828

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

readme.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
##**Tutorial** at [**Digital Fortress**](https://digitalfortress.tech/tutorial/symfony-vue-js-integration/)
2+
3+
4+
###Setup Project:
5+
6+
**Requirements:**
7+
8+
You should have [**composer**](https://getcomposer.org/download/), [**node**](https://nodejs.org/en/download/) and [**yarn**](https://yarnpkg.com/en/docs/install) package manager installed.
9+
10+
**Steps:**
11+
12+
1. **Clone** this repository
13+
2. **Cd** to the root directory in your terminal (`cd symfony-vue-tutorial`)
14+
3. Execute **`composer install`** to install all the PHP dependencies
15+
4. Execute **`npm install`** to install all the Javascript dependencies
16+
5. Run development Server **`php bin/console server:start`**
17+
6. Build JS assets **`yarn run encore dev --watch`**
18+
7. Navigate to **`http://localhost:8000/`**
19+
20+
Thats it folks!

0 commit comments

Comments
 (0)