Skip to content

jspatrick/outward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

sudo npm install

Run the server

nodemon server.js

To watch and run the Grunt.js task on any change to your main files "app.js, app.css"

grunt watch

Want to do manually?! no problem.

grunt build

Open your browser on the address 'localhost:3000'

Done!

Author

Michael Lancaster

License

MIT

About

A simple webapp to list nearby places and provide a download link

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors