Skip to content

Files

Latest commit

604862c · Jul 2, 2013

History

History
33 lines (16 loc) · 488 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 488 Bytes

grunt-init-express

grunt-init Express on Node.js

grunt-init install

grunt-init document

$ npm install -g  grunt-init

$ git clone https://github.com/kamiyam/grunt-init-express ~/.grunt-init/express

$ mkdir work

$ cd work ##( ← must be empty folder)

$ grunt-init express

$ cd app

$ express

destination is not empty, continue? (yes or no) yes

$ npm install

$ cd ..

$ npm install && grunt