Skip to content

Commit

Permalink
Use pull request foundation#10710 from skadzielawa/patch-1 for v6.5.0
Browse files Browse the repository at this point in the history
f0f8821 Update starter-projects.md

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
  • Loading branch information
skadzielawa authored and ncoden committed Jun 16, 2018
1 parent 56787e7 commit fd75873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/starter-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can set up an advanced project through the Foundation CLI with this command:
foundation new --framework sites --template zurb
```

It's also possible to download the template files directly from GitHub. Run `npm install` and `bower install` first to set it up, then `npm start` to run it. [Download advanced template](https://github.com/zurb/foundation-zurb-template/archive/master.zip).
It's also possible to download the template files directly from GitHub. Run `npm install` first to set it up, then `npm start` to run it. [Download advanced template](https://github.com/zurb/foundation-zurb-template/archive/master.zip).

The biggest difference between this and the basic template is the folder structure. In the ZURB Template, your project has a `src/` folder which contains your source files, and a separate `dist/` folder with your finished website. As you work on your project, Gulp continuously updates your `dist/` folder with new versions of files. To compile a production build, run `npm run build`.

Expand Down

0 comments on commit fd75873

Please sign in to comment.