Skip to content

ismaelgt/angular-require-skeleton

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages