Skip to content
A simple Angular boilerplate for GLP.
HTML CoffeeScript
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
.gitignore
.projections.json
LICENSE.md
README.md
bower.json
glp.yml
package.json

README.md

angular-glp

A simple Angular template for GLP.

Usage

To use this project you need to install GLP. If you have ./node_modules/.bin in your $PATH environment variable then you can skip this step. Otherwise, install it globally with:

npm install -g glp

Now install dependencies with npm and bower:

bower install
npm install

You should be able to run a simple static server after installing dependencies.

glp server

Soure code is located in the src directory. Check out the glp.yml file to see how this project is configured. For more information on GLP, visit the README on the GLP repository.

You can’t perform that action at this time.