All Projects → msarsha → angular-minimum-webpack-example

msarsha / angular-minimum-webpack-example

Licence: other
A bare minimum Angular setup with webpack.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to angular-minimum-webpack-example

vue2-element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 115 (+1050%)
Mutual labels:  webpack2
react-webpack2-skeleton
Get started with React with Webpack2, React-Router, Redux, Code Splitting and Server Rendering
Stars: ✭ 59 (+490%)
Mutual labels:  webpack2
react-express-mongodb
基于react全家桶+antd design+webpack2+node+express+mongodb开发的前后台博客系统
Stars: ✭ 26 (+160%)
Mutual labels:  webpack2
modular
Scaffold a react monorepo and its component parts.
Stars: ✭ 13 (+30%)
Mutual labels:  webpack2
react-antd
基于react + redux + immutable + less + ES6/7 + webpack2.0 + fetch + react-router + antd实现的SPA后台管理系统模板
Stars: ✭ 320 (+3100%)
Mutual labels:  webpack2
prettier-eslint-webpack-plugin
Webpack plugin for prettier-eslint which ESLint's settings is set to JavaScript Standard Style
Stars: ✭ 24 (+140%)
Mutual labels:  webpack2
vscode-exts
Visual Studio Code Extensions
Stars: ✭ 33 (+230%)
Mutual labels:  webpack2
react-starter
Starter kit for React.
Stars: ✭ 16 (+60%)
Mutual labels:  webpack2
erxes-widgets
Deprecated: Repo is now integrated with erxes/erxes
Stars: ✭ 26 (+160%)
Mutual labels:  webpack2
react-typescript-boilerplate
A React + Redux + TypeScript + HOT + Webpack + Material-UI + Sass boilerplate
Stars: ✭ 18 (+80%)
Mutual labels:  webpack2
winmoji
Emoji lookup for Windows 😉 https://www.winmoji.com https://twitter.com/winmoji
Stars: ✭ 79 (+690%)
Mutual labels:  webpack2
r-music
react music demo
Stars: ✭ 57 (+470%)
Mutual labels:  webpack2
path-replace-loader
Path replace loader for webpack
Stars: ✭ 14 (+40%)
Mutual labels:  webpack2
webpack-starter
'Just Add Water' Webpack 2, babel and glslify gourmet mix.
Stars: ✭ 13 (+30%)
Mutual labels:  webpack2
universal-react-redux-typescript-starter-kit
A minimal starter kit with React, Redux, server side rendering, hot reloading, and Webpack 2. 100% TypeScript.
Stars: ✭ 12 (+20%)
Mutual labels:  webpack2
firebase-ignite
Firebase PWA Boilerplate
Stars: ✭ 12 (+20%)
Mutual labels:  webpack2
commerce
🛒 e-commerce-platform
Stars: ✭ 54 (+440%)
Mutual labels:  webpack2
single-page-react-h5
基于React框架的单页活动框架,可以基于此代码上进行相关的H5活动等相关内容的开发
Stars: ✭ 23 (+130%)
Mutual labels:  webpack2
react-starter-kit
🚀 React starter kit for a modern single page (SPA) application (dependencies updated at 28 July 2017). Zero configuration. Ready to go. Just paste your code!
Stars: ✭ 26 (+160%)
Mutual labels:  webpack2
blockly-shell
Blockly to generate shell commands
Stars: ✭ 14 (+40%)
Mutual labels:  webpack2

angular-minimum-webpack-example

A bare minimum Angular setup using webpack 2

Why

Wanted to learn and understand how to setup an Angular project using webpack, but every starter or seed out there was too overwhelming and contain a lot of bloat for someone who just started with webpack.

So hopefuly others in the same situation as me could find this example helpful.

How to use

  1. Clone
  2. Install - yarn install or npm install
  3. Build - yarn build or npm run build - build folder is dist/
  4. Run - yarn start or npm start and browse to http://localhost:8080/ in your favorite browser.
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].