Giter Site home page Giter Site logo

tunecino / fusing-angular Goto Github PK

View Code? Open in Web Editor NEW

This project forked from patrickmichalina/fusing-angular

0.0 1.0 0.0 4.24 MB

Extremely fast Angular Universal and Electron development environment.

Home Page: https://fusing-angular.herokuapp.com

TypeScript 90.93% HTML 6.99% CSS 0.11% JavaScript 0.98% Shell 0.99%

fusing-angular's Introduction

fusing-angular

Provides an extremely fast seed project for the development of Angular Universal (SSR) and Electron projects.

Goals

Designed to get a team up and running with a fast development toolkit for Angular Universal, Electron, and NativeScript applications.

Angular Features

  • Angular 9 w/ Ivy Renderer
  • Platform specific Angular modules.
  • Multi Language support.
  • Angular PWA support.

Development Features

  • A blazing fast bundler FuseBox.
  • Production ready builds.
  • Angular specific TSLint rules.
  • Hot Module Reloading (HMR) for faster browser reloads during client development.
  • Heroku, Docker, and Serverless (GC, AWS) Deployment Examples.

Testing Features

  • A blazing fast test runner Jest.
  • Angular testing via jest
  • Server (api/rendering) testing via supertest and jest
  • E2E testing via cypress
  • Electron testing via spectron

Performance Features

Universal (SSR) Features

  • Flicker-free Angular Universal server built on Express.
  • Server prepped to support clustered mode for horizontal scaling via throng.
  • HTTP Cache-Tag support.
  • Unified logging.

Electron Features

  • Main process compiled to bytecode via bytenode to help protect your source code.
  • Configured to ouput windows, mac, and linux builds.

Caveats

  • No CSS preprocessor. Just use plain CSS w/ css-variables.

Commands

Command Info
test Runs all .spec.ts files through Jest
test.cov Runs all .spec.ts files through Jest w/ coverage reporting.
test.watch Continous testing of all .spec.ts files through Jest
build generate web application artifacts
build.prod generate web application artifacts w/ production optimizations
build.desktop generate web & desktop application artifacts
build.desktop.prod generate web & desktop application artifacts w/ production optimizations
start Starts the Angular Universal server for development and watches for changes.
start.prod Starts the Angular Universal server w/ optimizations.
start.desktop Starts the desktop application for development and watches for changes.
start.desktop.prod Starts the desktop application w/ optimizations.
lint Checks app an tools for lint failures
lint.app Checks /src for lint failures
lint.tools Checks /tools for lint failures
gen.icons Generate various favicons from a source imgage.
release.mac Production electron output for mac
release.win Production electron output for windows
release.linux Production electron output for linux
release.all Production electron output for all three platforms

Application Configuration

TODO

Conventions

TODO

Environment Variables

TODO

fusing-angular's People

Contributors

patrickmichalina avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.