Coder Social home page Coder Social logo

unthrottled / angular5-seed Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 316 KB

Seed repository for minimally viable angular 5 project

License: MIT License

HTML 5.37% TypeScript 14.13% CSS 7.98% JavaScript 72.51%
angular5 webpack3 docker bootstrap4 nodejs

angular5-seed's Introduction

Angular 5 Template Project


This project is, like the title states, a template for creating an angular 5 frontend.

It comes pre-baked with the following goodies

Webpack 3

Webpack is currently configured with the following goodies:

  • Browsersync Server that runs on localhost:3000 (when you run npm run watch) with a proxy to redirect HTTP request to an intended destination.
  • It is set to create 5 files on build
    • app.[hash].js: which is all of the application code bundled together in a cache-busting hash post-fixed js file.
    • vendor.[hash].js: all of the vendor code wrapped up such as: angular5, bootstrap, rxjs, etc.
    • polyfills.[hash].js: all of the browser compatibility stuff, I think....
    • stylez.[hash].js: empty js file. All sass files are compiled into a CSS file called style.[contenthash].css
  • It is set to expose jquery as the global variables $ and jQuery
  • It is set to load html templates post-fixed with htm into the javascript files (to avoid browser caching).
  • It has a sass build process (as mentioned before).
  • All of the bundled files will be put into the index.html body when the node task build is run.

Bootstrap 4

Typescript Linting

Which is run by the command npm run lint

angular5-seed's People

Contributors

unthrottled avatar

Watchers

 avatar  avatar  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.