Skip to content

whynotsoluciones/expressjs-foundation-seed

Repository files navigation

Simple Foundation Seed with asset pipeline

This is a template to start very simple web projects

Requirements

You'll need to have the following items installed before continuing.

  • Node.js: Use the installer provided on the NodeJS website.
  • Grunt: Run [sudo] npm install -g grunt-cli
  • Bower: Run [sudo] npm install -g bower

Quickstart

git clone git@github.com:whynotsoluciones/express-foundation-seed.git
cd express-foundation-seed
npm install && bower install

While you're working on your project, run:

grunt

And then open http://127.0.0.1:8000/ in your browser. If your want livereload support install livereload plugin:

And you're set!

Build

To build your project run:

grunt dist

About

Simple expressjs seed with foundation and asset pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published