Skip to content

The first front-end framework created for developing fully responsive web apps.

License

Notifications You must be signed in to change notification settings

TVERIC/foundation-apps

Repository files navigation

Foundation for Apps Alpha

Build Status

Work in progress for Foundation for Apps, an Angular-powered framework for responsive web apps, from your friends at ZURB. At this time we will only be accepting pull requests from the core team and invited contributors, as we work toward an initial release. Thanks!

Requirements

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

  • Node.js: Use the installer provided on the NodeJS website.
  • Git: Use the installer for your OS.
  • Ruby: Use the installer for your OS. For Windows users, JRuby is a popular alternative.
    • With Ruby installed, run gem install bundler sass.
  • Gulp and Bower: Run [sudo] npm install -g gulp bower

Get Started

You can use our starter template to quickly get going with Foundation for Apps.

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

While working on your project, run:

npm start

This will aseemble the templates, static assets, Sass, and JavaScript. You can view the test server at this URL:

http://localhost:8080

Or, you can incorporate our components into your own stack by installing with Bower.

bower install zurb/foundation-apps

Building this Repo

If you want to work with the source code directly or compile our documentation, follow these steps:

git clone https://github.com/zurb/foundation-apps.git
cd foundation-apps
npm install

While you're working on the code, run:

npm start

The documentation can be viewed at the same URL as above.

Directory Structure

  • build: This is where our documentation is assembled. Don't edit these files directly, as they're overwritten every time you make a change!
  • docs: The Foundation for Apps documentation.
  • scss: The Sass components.
  • js: The Angular modules and directives, and other external libraries.
  • iconic: A set of 24 icons from the folks at Iconic.
  • tests: Unit tests for the Angular modules.

Contributing

We love opinions! If you have feedback on the grid system, the UI components, the Angular modules, or anything else, open a new issue or contribute to one of our existing discussion topics.

While we work towards a release candidate, we'll only be accepting PRs for new features from the core Foundation team.

About

The first front-end framework created for developing fully responsive web apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 72.7%
  • JavaScript 26.3%
  • Other 1.0%