8000 GitHub - diegoroman/angular-base: Basic angularjs app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

diegoroman/angular-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADMIN - NG APP

Setup

To bootstrap the application you will need to install npm and bower dependencies. Run npm install && bower install on the terminal on your first run and everytime you deploy to a new location.

We use GruntJS as our main task runner, as with bower we will need to install it globally first. Run npm install -g grunt grunt-cli if you don't have it already installed.

In order to compile and server our application we use many grunt tasks, for further details check the grunt folder.

Running the app

To run the app locally we use: grunt dev This runs a connect server with livereload and a watch task to rebuild the site when any of the assets on the src folder changes.

To build the app and compress the assets we run: grunt build

About

Basic angularjs app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0