Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uttesh/simpleangularjsstarter
- Owner: uttesh
- Created: 2014-12-01T15:47:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-01T19:20:09.000Z (almost 10 years ago)
- Last Synced: 2023-04-05T18:55:34.294Z (over 1 year ago)
- Language: CSS
- Size: 575 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 commandsto start server
```
grunt server```
Contributors
* [@uttesh](https://twitter.com/uttesh)