Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.2 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.2 KB

Feed U

FeedU is a fully-featured Mobile Web app for Home Cooked Food Delivery developed primarily using jQuery Mobile, jQuery and Javascript, as part of a course taken in Mobile User Experience. It also involves other developer features such as Live Reload and Task Automation using the Grunt Task Runner.

You can find the app hosted here.

Prerequisites

  • Node.js

Setup

Run the following to install project-level dependencies

npm install

and the following to install global dependencies

npm install -g sass browserify grunt-cli
Dependency Description
SASS CSS preprocessor
Browserify a tool that bundles static files together
Grunt task runner that builds the project

Run

To run the project, simply run the following command

npm run dev

The above command will execute a Grunt task that

  • sets up a static file server which supports live reloads
  • watches for file changes and rebuilds the project (compile SASS, bundle JS, sync dist folder etc.)