Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deebloo/angular-blueprint
Angular js seed project based on John Pappa's Angular style guide.
https://github.com/deebloo/angular-blueprint
Last synced: 3 months ago
JSON representation
Angular js seed project based on John Pappa's Angular style guide.
- Host: GitHub
- URL: https://github.com/deebloo/angular-blueprint
- Owner: deebloo
- Created: 2014-12-19T19:50:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:21:07.000Z (about 1 year ago)
- Last Synced: 2024-10-05T13:07:49.508Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Weather Redux [![Circle CI](https://circleci.com/gh/deebloo/angular-weather-redux.svg?style=svg)](https://circleci.com/gh/deebloo/angular-weather-redux)
## Installation
[Demo](http://deebloo.github.io/angular-weather-redux/#/)
[Docs](http://deebloo.github.io/angular-weather-redux/docs)
Install NodeJs
Clone Repository
```
npm install
```## Commands
#### run dev server
```
npm start
```#### run unit tests
```
npm test
```#### build documentation
```
npm run docs
```#### build release version
```
npm run build
```