--- name: install-update url: /install --- ## Getting Started
Using our Command Line Interface will make updating a Foundation project super easy and help speed up your workflow. The CLI helps update your project while leaving your customized styles in tact.
Foundation new app [app name]
Foundation app update
build
: This is where the finished Angular app is assembled. To deploy your app, use the contents of this folder. Don't edit these files directly, as they're overwritten every time you make a change!
Docs
: The meat of your application. This is where the main index.html
file is, as well as the page templates that make up your app.js
: Our JavaScript plugins and Angular directives are being developed here.scss
: Our UI components are being developed here.