foundation-apps-template

Our starter template for Foundation for Apps projects. Powered by Angular, Sass, and Gulp.

  • Owner: zurb/foundation-apps-template
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Foundation for Apps Template

devDependency Status

This is the default template project for Foundation for Apps, powered by Gulp, Angular, and libsass. It provides you with a basic template to get started with Foundation for Apps and Angular.

If you're already an Angular developer, you may instead want to install the components into your own stack using Bower: bower install foundation-apps

Requirements

You'll need the following software installed to get started.

  • Node.js: Use the installer for your OS.
  • Git: Use the installer for your OS.
  • Gulp and Bower: Run npm install -g gulp bower
    • Depending on how Node is configured on your machine, you may need to run sudo npm install -g gulp bower instead, if you get an error with the first command.

Get Started

Clone this repository, where app is the name of your app.

git clone https://github.com/zurb/foundation-apps-template.git app

Change into the directory.

cd app

Install the dependencies. If you're running Mac OS or Linux, you may need to run sudo npm install instead, depending on how your machine is configured.

npm install
bower install

While you're working on your project, run:

npm start

This will compile the Sass and assemble your Angular app. Now go to localhost:8080 in your browser to see it in action. When you change any file in the client folder, the appropriate Gulp task will run to build new files.

To run the compiling process once, without watching any files, use the build command.

npm start build

Main metrics

Overview
Name With Ownerzurb/foundation-apps-template
Primary LanguageCSS
Program languageJavaScript (Language Count: 3)
Platform
License:
所有者活动
Created At2014-10-30 21:12:55
Pushed At2015-12-17 00:55:23
Last Commit At2015-12-16 16:55:13
Release Count4
Last Release Namev1.1.0 (Posted on )
First Release Namev1.0.0 (Posted on )
用户参与
Stargazers Count73
Watchers Count30
Fork Count34
Commits Count72
Has Issues Enabled
Issues Count13
Issue Open Count1
Pull Requests Count7
Pull Requests Open Count1
Pull Requests Close Count9
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private