Skip to content

HansUXdev/Foundation-Apps-Email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this template

This template is more or less the same as the email template found on zurbs offical website. All I'm doing is adding icons and some basic angular magic to make it more functional and less boilerplate. It's also good practices for learning how to work with Foundation for Apps.

Changes

* Added foundation-icons
* Working search bar 
* Repeated message in inbox

TODO

* Add more VIEWS for inbox, sent, favorite, and trash.

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

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. Running npm install will also automatically run bower install after. If you're running Mac OS or Linux, you may need to run sudo npm install instead, depending on how your machine is configured. Running bundle will install the correct version of Sass for the template.

npm install
bundle

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.

To run the compiling process once, without watching any files:

npm start build

About

Minor improvements to the Email template.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors