This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Finn Kempers 20f7e5dc0f angular json fix 2020-07-29 14:50:43 +01:00
.idea Fix a large amount of things in the ui 2019-09-09 19:52:38 +01:00
bin use package config in script 2019-09-09 21:39:58 +01:00
e2e ng update to 9 2020-07-29 13:31:46 +01:00
src changed agm cluster and updated agm dependencies 2020-07-29 14:32:51 +01:00
.editorconfig Initial CoreUI commit 2017-04-27 15:29:31 +01:00
.gitattributes added just in case for font loading file attribute 2018-01-18 12:17:35 +00:00
.gitignore More graphs with testing data 2019-07-15 01:17:01 +01:00
.travis.yml Updated api key for deploy build 2019-09-11 13:11:52 +01:00
CHANGELOG.md updated changelog 2018-06-06 14:24:47 +01:00
Foodloop-Web.iml More graphs with testing data 2019-07-15 01:17:01 +01:00
LICENSE.MIT update Licence file from Core-UI and add licence listing to Readme 2017-09-15 15:50:02 +01:00
README.md update Licence file from Core-UI and add licence listing to Readme 2017-09-15 15:50:02 +01:00
angular.json angular json fix 2020-07-29 14:50:43 +01:00
browserslist Updated versions 2019-07-02 16:46:20 +01:00
karma.conf.js note even sure why that was there 2019-09-09 21:09:47 +01:00
package-lock.json Upgrade to Angular 10 2020-07-29 14:40:01 +01:00
package.json Upgrade to Angular 10 2020-07-29 14:40:01 +01:00
protractor.conf.js fix CI config 2019-09-09 20:55:21 +01:00
tsconfig.json Updated versions 2019-07-02 16:46:20 +01:00
tslint.json Updated versions 2019-07-02 16:46:20 +01:00

README.md

LocalLoop Web Interface

This is the repository for the LocalLoop web interface, for traders and customers to see and submit data to the service.

Branch Status
Master: Build Status
Development: Build Status

Getting Started

To get started with development, you will need an up to date version of node.js, git, and access to either the backend dev server, or a local running copy of the backend server from LocalLoop Server.

For your local node.js, We reccomend using n on *nix and Mac, for Windows take a look at nodist - although other options exist. We reccomend Node.js version 8.0.0+ and npm version 5.3.0+.

To get this repository set up, first clone it and then run the following commands:

npm install -g @angular/cli
npm install

Environments

The app defaults to using the development server. For other options, see src/environments/environments.ts

Licences

CoreUI

The interface itself is based off of CoreUI which is MIT Licenced. For information, see MIT Licence included in this repo.

Old README

This is the old README with some minor tips on getting started, and more reading.

Angular2DevelopmentCLI

This project was generated with Angular CLI version 1.0.0-beta.32.3.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.