Skip to content

alexwasner/Foodstagram-lavaca-sample

Repository files navigation

Foodstagram: An Instagram clone built with Lavaca

This is an Instagram style demo app built with Lavaca V4 utilizing Grunt, webpack, and LESS.

Startup guide

alt tag

$ cd [step # goes here]

Install Node Packages

$ npm install

Set Your Path

$ source ./set_path.sh
  1. Install dev dependencies
$ npm install
$ grunt

Grunt Tasks

Below is a list of grunt tasks to aid development and facilitate deployment. More on Build Configuration

Server

A task that simply runs a static server for local development and testing. Defaults to run on localhost:8080 with src being the root directory.

  • Run the default static server
$ grunt

Build

Precompiles LESS and Dust templates, concats and minifies all CSS and JavaScript files, and builds all related files to www, android/assets/www and ios/www directories.

  • Build with local config
$ grunt build
  • Build with staging config (a copy of the build will be available in www folder)
$ grunt build:staging
  • Build with production config (a copy of the build will be available in www folder)
$ grunt build:production

About

Foodstagram: A sample Lavaca App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published