Skip to content

Inventorum/angular-boilerplate

Repository files navigation

AngularJS Sandbox Project

Prerequisites

Build a Sandbox

As usual, the basics are packed in a zc.buildout package to provide NodeJS and some basics. Do:

python2.7 bootstrap.py
bin/buildout -vv

Development

Run Development Mode

You have to options when developing. You can either use your own local API or you can use slingshot. To use your local API:

bin/grunt build serve:development

To use slingshot: (you can pass staging but its default value)

bin/grunt build serve

Generate .po files for translations

bin/grunt nggettext_extract

Template file will be saved to /po/template.pot

Links

How This Project Was Built

According to this page here: http://www.sitepoint.com/kickstart-your-angularjs-development-with-yeoman-grunt-and-bower/

bin/yo angular

More details about the scaffolding capabilities can be found here: https://github.com/yeoman/generator-angular

Node-Dependencies

Part of our dependencies is defined in package.json, part is in bower.json. Here is a discussion about that http://stackoverflow.com/questions/21198977/difference-between-grunt-and-bower-package-json-vs-bower-json/21199026#21199026

Even though i would like to stick with one, the versions used by bower.json are not necessarily available for package.json

General AngularJS

Resource

Upload

About

AngularJS + Grunt + Buildout boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published