Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uttesh/simpleangularjsstarter

Simple AngularJS application ANGULARJS + GRUNT JS + BOWER + NODE JS
https://github.com/uttesh/simpleangularjsstarter

Last synced: about 7 hours ago
JSON representation

Simple AngularJS application ANGULARJS + GRUNT JS + BOWER + NODE JS

Awesome Lists containing this project

README

        

SimpleAngularJSStarter
======================

Simple AngularJS application ANGULARJS + GRUNT JS + BOWER + NODE JS

We can build simple angularjs application by using the following component for understading the angularjs implementation with real time framework.

Prerequisites



install and set the the NODEJS i.e. node server.

node server download

Let’s go over some of the more important things to notice here:

package.json

The package.json file helps npm to identify our project as well as to manage all of it’s dependencies. It can also contain all sorts of other metadata relevant to your project.

Gruntfile.js

The Gruntfile is a javascript file that is responsible for configuring your project as well as any tasks or plugins that your project requires. For instance, your gruntfile might specify that your project uses Uglify and that you want it to run uglify on a particular directory at build time. More about Grunt.

bower.json / Bower

Bower is a package manager. It will help us to quickly find and install our favourite CSS frameworks, javascript libraries and plugins with just a few simple commands.

How To run



Download or clone this git repository, from home folder through command prompt run the following.

```
npm install
bower install
```
run grunt and make any change in the src will directly reflect on ui no need to re-run commands

to start server

```
grunt server

```

Contributors



* [@uttesh](https://twitter.com/uttesh)