0.1.2 • Published 10 years ago

express-seed v0.1.2

Weekly downloads
4
License
-
Repository
github
Last release
10 years ago

express-seed

An empty website using nodejs + express + handlerbars + sass + bower + grunt + mysql.

Development environment setup

Prerequisites

Dependencies

Installation

Run the commands below in the project root directory.

#####1. Install Sass $ gem install sass

#####2. Install Grunt and Bower

$ sudo npm install -g grunt-cli bower

#####3. Install project dependencies

$ npm install
$ bower install

Useful commands

####Running web site

To start the web server, run:

$ grunt dev

To access the local server, enter the following URL into your web browser:

http://localhost:3000/