Skip to content

jetpackpony/static-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Boilerplate

Boiler plate for generating a static website boilerplate. Includes:

Everything is optimised for maximum reload speed on file save.

Usage

Install packages with:

$ npm install && bower install

Run the development server with:

$ grunt server

This will build the project and serve it at http://localhost:9000/. It will also watch for changes in src directory and reload the page.

To build the project without running a server run:

$ grunt

To deploy the project, just deploy the public directory.