All Projects → samvloeberghs → kwerri-oss

samvloeberghs / kwerri-oss

Licence: MIT License
Kwerri OSS: samvloeberghs.be + jsonld + seo service + scully-plugin-minify-html + scully-plugin-disable-angular

Programming Languages

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

Projects that are alternatives of or similar to kwerri-oss

Universal
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
Stars: ✭ 669 (+1015%)
Mutual labels:  universal, angular-cli
book-store
Example of a book store management with MEAN STACK
Stars: ✭ 23 (-61.67%)
Mutual labels:  http2, angular-cli
ng-universal-module
This is a Hapiness Engine for running Angular Apps on the server for server side rendering.
Stars: ✭ 18 (-70%)
Mutual labels:  universal, angular-cli
summary1
个人总结 持续更新 欢迎提出各种issues
Stars: ✭ 13 (-78.33%)
Mutual labels:  http2
asynckit
Minimal async jobs utility library, with streams support
Stars: ✭ 21 (-65%)
Mutual labels:  universal
react-flux-gulp-starter
A universal boilerplate for building React/Flux apps using Gulp and ES6.
Stars: ✭ 46 (-23.33%)
Mutual labels:  universal
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 8,395 (+13891.67%)
Mutual labels:  http2
angular-rollup-starter
Angular2 & Rollup.js including AoT and Universal Prerendering
Stars: ✭ 33 (-45%)
Mutual labels:  universal
ngx-redux-ui-management-recipes
Recipes for managing the UI layout of an application using Redux in Angular
Stars: ✭ 39 (-35%)
Mutual labels:  angular-cli
astro
Build fast websites, faster. 🚀🧑‍🚀✨
Stars: ✭ 11,024 (+18273.33%)
Mutual labels:  universal
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS.
Stars: ✭ 101 (+68.33%)
Mutual labels:  http2
ncg-crud-ngx-md
Angular 4+ Material Design CRUD/Admin app by NinjaCodeGen http://DNAfor.NET
Stars: ✭ 36 (-40%)
Mutual labels:  angular-cli
angular-animations
A sample application exploring the Angular animations module using Angular 8
Stars: ✭ 19 (-68.33%)
Mutual labels:  angular-cli
HAProxy-2-RPM-builder
Build latest HAProxy binary with prometheus metrics support
Stars: ✭ 28 (-53.33%)
Mutual labels:  http2
react-isomorphic-bundle
React Redux Universal (isomorphic) bundle
Stars: ✭ 53 (-11.67%)
Mutual labels:  universal
angular-projects
A collection of projects built on the Angular framework
Stars: ✭ 17 (-71.67%)
Mutual labels:  angular-cli
react-redux-semantic-ui
A starter boilerplate for a universal webapp using react, redux, express and feathers with Semantic UI theme
Stars: ✭ 39 (-35%)
Mutual labels:  universal
angular-pwa-starter
Lightweight starter 'ng init' with added app shell features (sw-precache, web app manifest).
Stars: ✭ 22 (-63.33%)
Mutual labels:  angular-cli
node-apn-http2
Communicate with Apple Push Notification Service via native Node.js v8.8.1+ HTTP2 module (node-apn drop-in)
Stars: ✭ 25 (-58.33%)
Mutual labels:  http2
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 154 (+156.67%)
Mutual labels:  http2

Monorepo Kwerri OSS

Projects

Angular CLI

This project was generated with Angular CLI version 7.3.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|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.

Further help

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

samvloeberghs.be

Server config stuff

(not working fully at the moment)

sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 20080
sudo iptables -t nat -I OUTPUT -p tcp -o -lo --dport 80 -j REDIRECT --to-port 20080
sudo iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 20443
sudo iptables -t nat -I OUTPUT -p tcp -o -lo --dport 443 -j REDIRECT --to-port 20433
sudo apt-get install iptables-persistent
iptables-save > /etc/iptables/rules.v4
iptables -t nat -F
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].