All Projects → floogulinc → hydrus-web

floogulinc / hydrus-web

Licence: MIT License
Web client for Hydrus

Programming Languages

typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to hydrus-web

meditation-plus-angular
DEVELOPMENT MOVED TO
Stars: ✭ 15 (-60.53%)
Mutual labels:  angular-material
materialdrive
Google Drive with Angular Material
Stars: ✭ 43 (+13.16%)
Mutual labels:  angular-material
nglp-angular-material-landing-page
NGLP is an Angular Material Landing Page.
Stars: ✭ 32 (-15.79%)
Mutual labels:  angular-material
cartify
Shopping Cart implementation to serve as a shell for building e-commerce apps | Angular 7, Node.js, MongoDB
Stars: ✭ 22 (-42.11%)
Mutual labels:  angular-material
login-form-angular2
A simple login form using the angular2 material design and the angular-CLI.
Stars: ✭ 21 (-44.74%)
Mutual labels:  angular-material
extensions
Angular Material Extensions Library.
Stars: ✭ 203 (+434.21%)
Mutual labels:  angular-material
awesome-angular-components
This project is no longer supported.
Stars: ✭ 25 (-34.21%)
Mutual labels:  angular-material
course
gary60405.github.io/course/
Stars: ✭ 17 (-55.26%)
Mutual labels:  angular-material
ng-mat-select-infinite-scroll
Infinite Scroll directive for angular material select component
Stars: ✭ 39 (+2.63%)
Mutual labels:  angular-material
angular-node-typescript-boiler
Boilerplate code with Angular Universal (server side rendering) & Node server written in TypeScript with express API routes to get started with your project in Angular 8.2 + Node.ts
Stars: ✭ 18 (-52.63%)
Mutual labels:  angular-material
awesome-angular
💖 A list of awesome Angular (2️⃣➕) resources
Stars: ✭ 61 (+60.53%)
Mutual labels:  angular-material
ng-math
Math Flashcard Progressive Web App built with Angular 2
Stars: ✭ 17 (-55.26%)
Mutual labels:  angular-material
angular-material-boilerplate
A straightforward and well structured boilerplate based on Google's Angular Material project.
Stars: ✭ 28 (-26.32%)
Mutual labels:  angular-material
talk-angular-material
Code samples for the Angular Material Talk: "Building Beautiful Web Apps with Angular Material"
Stars: ✭ 13 (-65.79%)
Mutual labels:  angular-material
ASPNETcoreAngularJWT
Angular in ASP.NET Core with JWT solution by systemjs
Stars: ✭ 48 (+26.32%)
Mutual labels:  angular-material
feedback
An angular module provide a directive for feedback
Stars: ✭ 35 (-7.89%)
Mutual labels:  angular-material
TASK-Management-System
Spring Boot and Angular 7 web application for task management .
Stars: ✭ 34 (-10.53%)
Mutual labels:  angular-material
ngx-mat-daterange-picker
Date range picker component based of Angular Material Calendar component and configurable date presets. Packaged using ng-packagr.
Stars: ✭ 33 (-13.16%)
Mutual labels:  angular-material
ncg-crud-ngx-md
Angular 4+ Material Design CRUD/Admin app by NinjaCodeGen http://DNAfor.NET
Stars: ✭ 36 (-5.26%)
Mutual labels:  angular-material
metadatamanagement
Metadatamanagement (MDM) - Data Search for Higher Education Research and Science Studies
Stars: ✭ 21 (-44.74%)
Mutual labels:  angular-material
Hydrus Web Icon

Hydrus Web

Hydrus web is a web client for Hydrus


Usage

hydrus.app

hydrus.app is the recommended way to use Hydrus Web. It will always be the latest stable version (latest commit on the master branch) of Hydrus Web. It is automatically deployed with Vercel.

The latest development build (latest commit on the dev branch) can be found at dev.hydrus.app.

Docker

A Docker image is provided for Hydrus Web.

It hosts Hydrus Web on port 80 using nginx. Hydrus Web needs to be hosted with valid HTTPS unless it is only being used on localhost. The Docker image is meant to be used with some proxy that can provide HTTPS (like Caddy or Traefik).

You may also want to run Hydrus on Docker.

Hydrus API HTTPS

Unless you are opening Hydrus Web on the same device the Hydrus client is running on, you will need to make its API available with valid HTTPS. This will likely mean running some form of reverse proxy.

There is now a guide on doing this with Caddy, Duck DNS, and Tailscale. There are other methods like using a self-signed CA as well.

Development

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|guard|interface|enum|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.

Further help

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].