Skip to content

SPA using AngularJS that lists books with sort and search functionality as well as a quick view of any chosen book

Notifications You must be signed in to change notification settings

franbueno/madwork

Repository files navigation

Madwork

By @Fran__Good

Demo

View the app Madwork.

Application

Install Madwork

Enter the following commands in the terminal.

$ git clone https://github.com/franbueno/madwork.git
$ cd madwork/
$ npm install

pre install will execute tools/scripts/setup.js, that will check and install node global packages [gulp, bower] if you are running on unix/mac machine, please run sudo npm install

Prerequisites

  • Must have Git installed

  • Must have node.js (at least v0.12) installed with npm (Node Package Manager)

  • Must have gulp node package installed globally. [sudo] npm install -g gulp

  • Must have Bower node package installed globally. [sudo] npm install -g bower

Gulp commands

If you want to know more about Gulp usage in this project, check [GitHub] soudev / gulp-steps. This project is based on step 04.

  • gulp - development mode, prepare files, watch changes and start server on port 1337

  • gulp --preview - generate deploy version (gulp --release) on dist directory and start server on port 1337 looking to this directory

About

SPA using AngularJS that lists books with sort and search functionality as well as a quick view of any chosen book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published