ismaelgt / angular-require-skeleton

AngularJS-RequireJS skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS-RequireJS skeleton Build Status

This project is an application skeleton for a typical AngularJS web app using RequireJS to manage dependencies.

It comes pre-configured to make use of:

The seed app doesn't do much, just shows how to wire two controllers and views together.

Installing

npm install

Building

To build the development evironment just run:

grunt dev

This will create a dev directory with all your app resources.

In order to get your app ready for production:

grunt build

This will create a build directory with all your app resources ready for a production environment.

Running tests

grunt test

Running the server

The project comes with a simple web server. The simplest way to start this server is:

grunt serve-dev

If you want to preview the production-ready version:

grunt serve-build

Now browse to the app at http://localhost:8000/

About

AngularJS-RequireJS skeleton

License:MIT License


Languages

Language:JavaScript 90.8%Language:HTML 8.6%Language:CSS 0.6%