https://github.com/donny2333/angular-seed
A simple angular project
https://github.com/donny2333/angular-seed
angular
Last synced: 2 months ago
JSON representation
A simple angular project
- Host: GitHub
- URL: https://github.com/donny2333/angular-seed
- Owner: Donny2333
- Created: 2017-03-22T09:46:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T00:50:31.000Z (about 9 years ago)
- Last Synced: 2025-05-16T06:11:31.710Z (about 1 year ago)
- Topics: angular
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-seed
A single page angular project
## Quick Install
Once you've downloaded this repository, you're just a few steps away from starting to develop your AngularJS application.
The boilerplate comes pre-bundled with a `package.json` and `bower.json` files that contain the list of modules you need to start your application.
To install the dependencies, run this in the application folder from the command-line:
```bash
$ npm install
$ bower install
```
## Running your application with Gulp
Run your application using gulp:
```bash
$ gulp
```