Walking skeleton capable of building, testing and deploying a web application.
Below is a list of all the third party frameworks & libraries that are used in the skeleton.
All the build automation is handled using Grunt. Below are the available Grunt commands.
Creates an application from the source code with the artefacts being placed in a /dist
directory.
grunt dist
Watches for file changes that will trigger tasks that help speed up development. It is recommended that this task is running during development.
grunt
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