1.0.0 • Published 8 years ago
baselib-second v1.0.0
Libre
Libre 1.0 application service
Author: Yuri yuri@hubub.com
Requirements
- Node.js, There are two options for installing Node.js on Mac OS X:
- Download and install the binaries from Node.js (Easier, but not recommended!)
- Using Homebrew, which is a better option:
1. First install XCode Command Line Tools,
xcode-select --install2. Install Homebrew, visit Homebrew, orruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"3. Runbrew doctor4. Runbrew install node
- Node Packaged Modules (or Node Package Manager), npm, which should be installed along with Node
- Grunt, JavaScript Task Runner,
npm install -g grunt-clivisit Grunt for more information - Gulp, Same as Grunt,
npm install --global gulp,npm install --save-dev gulp
Installation
- Go to the folder node, run
npm installcommand - For later updates, run
npm update
Gulp Tasks (recommended)
gulp developmentstarts node application on port 3000 in debug mode and nodemon for development and debugging
Grunt Tasks (deprecated)
grunt developmentstarts node application on port 3000 in debug mode, runs node-inspector on port 8080 and nodemon for development and debugginggrunt productiondoes nothing, for now
Resources
1.0.0
8 years ago