https://github.com/weblancaster/expressjs-static-boilerplate
Express.js static boilerplate is a simple Node.js server using static files and directories.
https://github.com/weblancaster/expressjs-static-boilerplate
Last synced: about 1 year ago
JSON representation
Express.js static boilerplate is a simple Node.js server using static files and directories.
- Host: GitHub
- URL: https://github.com/weblancaster/expressjs-static-boilerplate
- Owner: weblancaster
- Created: 2013-05-08T17:02:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T20:01:23.000Z (over 11 years ago)
- Last Synced: 2025-02-22T20:51:10.604Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.04 MB
- Stars: 14
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Express JS Static Boilerplate
============================
Express.js 4.0 Static Boilerplate is a simple Node.js Server using static files and directories for quick quality development and/or production.
Features
-----------
- Static directory and files
- Server watch for changes (Nodemon)
- Grunt JS (Files Watch, CSS min, JS uglify)
- no Jade
Usage
-----------
On your terminal.
Install the node packages.
```ruby
sudo npm install
```
Run the server
```ruby
nodemon server.js
```
To watch and run the Grunt.js task on any change to your main files "app.js, app.css"
```ruby
grunt watch
```
Want to do manually?! no problem.
```ruby
grunt build
```
Open your browser on the address 'localhost:3000'
Done!
Author
-----------
Michael Lancaster
License
-----------
MIT