Skip to content

peterkeating/web-app-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton - Web Application

Build Status

Walking skeleton capable of building, testing and deploying a web application.

Dependencies

Below is a list of all the third party frameworks & libraries that are used in the skeleton.

Automation

All the build automation is handled using Grunt. Below are the available Grunt commands.

Distributable

Creates an application from the source code with the artefacts being placed in a /dist directory.

grunt dist

Watch

Watches for file changes that will trigger tasks that help speed up development. It is recommended that this task is running during development.

grunt

Static Web Server

Starts a static web server (via connect) that will host the development or production web application.

Command below runs the development version.

grunt dev

Command below runs the production version.

grunt production

About

Walking Skeleton for web applications.

Resources

Stars

Watchers

Forks

Packages

No packages published