By @Fran__Good
View the app Madwork.
-
Interface: Twitter Bootstrap v3.3.7
-
Features: Displays the books available in the
books.json
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 runsudo npm install
-
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
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
) ondist
directory and start server on port 1337 looking to this directory