https://github.com/timsusa/codecentricers
Angular Project that shows Codecentric Developers Overview
https://github.com/timsusa/codecentricers
Last synced: 11 months ago
JSON representation
Angular Project that shows Codecentric Developers Overview
- Host: GitHub
- URL: https://github.com/timsusa/codecentricers
- Owner: TimSusa
- Created: 2016-07-31T17:37:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T00:51:16.000Z (over 7 years ago)
- Last Synced: 2025-03-19T06:44:15.054Z (over 1 year ago)
- Language: JavaScript
- Size: 5.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quickstart
# Please be aware of using an official github webtoken to let this application work:
- Go to the github settings and generate a personal token
- Put that token into the right place at the file: ```app/variant/generic/scripts/conf-develop.js```
- When serving the project, you should now have a working connection to the github api
## Installation
```
npm install
bower install (optional)
```
## Serve Project:
```
grunt serve --variant=generic --flavor=develop
```
## Test
```
grunt test --variant=generic --flavor=develop
```
## CI Build:
```
grunt cibuild --variant=generic --flavor=develop
or
make use of the build-frontend.sh script
```