All Projects → vsternbach → Angularjs Typescript Webpack

vsternbach / Angularjs Typescript Webpack

AngularJS 1.7, typescript 3 and webpack 4 starter project based on angular tutorial

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Angularjs Typescript Webpack

Azure Functions Pack
Easily package your Node.js Functions for Azure Functions
Stars: ✭ 149 (-0.67%)
Mutual labels:  webpack, webpack2
Webpack Typescript Starter
A simple Webpack 2 + TypeScript starter
Stars: ✭ 117 (-22%)
Mutual labels:  webpack, webpack2
Angular To React Redux
Angular to React/Redux, a Guide for Angular v1 Experts Looking to Learn React/Redux
Stars: ✭ 109 (-27.33%)
Mutual labels:  webpack, angularjs
Ng Boot Oauth
oauth2 demo with angularjs and springboot
Stars: ✭ 99 (-34%)
Mutual labels:  webpack, angularjs
Devopenclub Tech Webpack2
Webpack 2 视频教程课程源码
Stars: ✭ 148 (-1.33%)
Mutual labels:  webpack, webpack2
Es6 Webpack2 Starter
🚀 A template project for es6/7, webpack2/3, sass and postcss
Stars: ✭ 106 (-29.33%)
Mutual labels:  webpack, webpack2
React Redux Styled Hot Universal
react boilerplate used best practices and focus on performance
Stars: ✭ 147 (-2%)
Mutual labels:  webpack, webpack2
Angular2 Demo
A simple demo for Angular 2
Stars: ✭ 77 (-48.67%)
Mutual labels:  webpack, angularjs
Ie Webpack Start
webpack2编译打包支持到低版本IE。坑有多少?水有多深?自行体会!
Stars: ✭ 130 (-13.33%)
Mutual labels:  webpack, webpack2
Everything Is A Plugin
Everything is a Plugin: Mastering webpack from the inside out. NgConf 2017
Stars: ✭ 123 (-18%)
Mutual labels:  webpack, webpack2
Webpack Core Usage
webpack2完整系列课程,欢迎阅读。同时欢迎移步我的react全家桶文章全集: https://github.com/liangklfangl/react-article-bucket
Stars: ✭ 94 (-37.33%)
Mutual labels:  webpack, webpack2
Svg Sprite Loader
Webpack loader for creating SVG sprites.
Stars: ✭ 1,822 (+1114.67%)
Mutual labels:  webpack, webpack2
Webpack Conditional Loader
C conditionals directive for JavaScript
Stars: ✭ 93 (-38%)
Mutual labels:  webpack, webpack2
How To Setup Webpack 2
🔧 ⚙ Tutorial to setup webpack 2 from scratch.
Stars: ✭ 107 (-28.67%)
Mutual labels:  webpack, webpack2
Cookiecutter Webpack
Boilerplate for webpack 2, babel, react + redux + hmr, and karma. Can be inserted into existing django projects.
Stars: ✭ 87 (-42%)
Mutual labels:  webpack, webpack2
Serverless Webpack
Serverless plugin to bundle your lambdas with Webpack
Stars: ✭ 1,595 (+963.33%)
Mutual labels:  webpack, webpack2
Component Pattern For Angular Js 1 X
Example of implementation of Component pattern for Angular JS 1.X using ES6 & Webpack
Stars: ✭ 75 (-50%)
Mutual labels:  webpack, angularjs
Webpack Seed
这是一个基于webpack的多页应用脚手架
Stars: ✭ 1,199 (+699.33%)
Mutual labels:  webpack, webpack2
Reactly Starter Kit
Deployable React + Webpack 2 starter kit
Stars: ✭ 122 (-18.67%)
Mutual labels:  webpack, webpack2
React Webpack Rails Tutorial
Example of integration of Rails, react, redux, using the react_on_rails gem, webpack, enabling the es7 and jsx transpilers, and node integration. And React Native! Live Demo:
Stars: ✭ 1,669 (+1012.67%)
Mutual labels:  webpack, webpack2

angularjs-typescript-webpack starter

Greenkeeper badge

This project is an application skeleton for AngularJS 1.7, typescript 2.9 and webpack 4.5

Project uses angular-ts-decorators to mimic angular 2+ style development in angularjs environment with typescript and webpack.

Getting Started

To get you started you can simply clone the angularjs-typescript-webpack repository.

Some of the project dependencies are used just for example and can be removed if not needed.

Clone angularjs-typescript-webpack

Clone the angularjs-typescript-webpack repository using git:

Install Dependencies

We have two kinds of dependencies in this project: development tools and application specific packages. They are both managed with npm in package.json as devDependencies and dependencies respectively.

npm install

Directory Layout

src/                    --> all of the source files for the application
  assets/           --> static app assets
  components/           --> all app specific modules
  services/                --> all app common services
  main.ts                --> main application module
  index.html            --> app layout file (the main html template file of the app)

Running the App during Development

The angularjs-typescript-webpack project comes preconfigured with a local development webserver. It is a webpack-dev-server, that supports hot reload. You can start this webserver with npm start.

Now browse to the app at http://localhost:3000/.

Building and running the App in Production

To build the application for production just run npm build, it creates dist directory that have the production optimized build.

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