Revision #6 has been created by Mehdi Achour on Dec 18, 2018, 12:26:34 PM with the memo:
Updated the screenshot url. Default output is now sexier :)
« previous (#5) next (#7) »
Changes
Title
unchanged
(draft) Understanding Yii 3
Category
unchanged
Tutorials
Yii version
unchanged
all
Tags
unchanged
yii3
Content
changed
[...]
vendor/bin/yii serve
```
By visiting http://localhost:8080/, you should now see something like this:
[[/Users/didou/Desktop/Screen Shot 2018-12-16 at 10.14.25 PM.png]]
Not really sexy, but well, that's a start!<img src="https://user-images.githubusercontent.com/304450/50153967-44a6af00-02c8-11e9-9914-ceb463065cdf.png" />
Checking back our project structure, nothing really changed, aside from the creation of these three entries:
* node_modules/
* package-lock.json[...]