express-seed

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

Usage no npm install needed!

<script type="module">
  import expressSeed from 'https://cdn.skypack.dev/express-seed';
</script>

README

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/