File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,21 @@ Make sure you have installed **Node** and [**Yarn**](https://yarnpkg.com/) (late
3636
3737## Installation
3838
39+ ### Cloning
40+
41+ These commands will download the repository and prepare it for you.
42+
43+ ``` ssh
44+ git clone --depth 1 -b master [email protected] :codecasts/spa-starter-kit.git 45+ cd spa-starter-kit
46+ rm -rf ./.git/
47+ git init
48+ git add --all
49+ git commit -m "init"
50+ ```
51+
52+ ### Setup
53+
39541 . Client side - this is a Vue.js project created with vue-cli
4055 * With Terminal `cd client && yarn && yarn run dev`.
41562 . Server side - this is a Laravel 5.3 project
@@ -92,4 +107,4 @@ $ composer test
92107
93108## License
94109
95- Licensed under the MIT license.
110+ Licensed under the MIT license.
You can’t perform that action at this time.
0 commit comments