All Projects → fabiomirandaa → Angular4-boilerplate-webpack2

fabiomirandaa / Angular4-boilerplate-webpack2

Licence: MIT license
Clean Angular Boilerplate with webapack 2

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 Angular4-boilerplate-webpack2

telegram-bot-skeleton-ruby
Telegram bot skeleton in Ruby
Stars: ✭ 15 (-11.76%)
Mutual labels:  skeleton, boilerplate-template
angular-webpack-skeleton
This project is deprecated. Please refer to https://github.com/Ks89/angular-cli-skeleton
Stars: ✭ 16 (-5.88%)
Mutual labels:  angular4, webpack2
Skeleton Php
⚡️ This package provides a wonderful PHP skeleton to start building your next package idea.
Stars: ✭ 234 (+1276.47%)
Mutual labels:  skeleton
electron-typescript-react-mui
Lightweight, modern boilerplate built with electron, typescript, react, and material-ui.
Stars: ✭ 56 (+229.41%)
Mutual labels:  boilerplate-template
bash-framework
◼️ speed up your shell script development and add a modern look and feel (alpha version) ✨ 💫
Stars: ✭ 21 (+23.53%)
Mutual labels:  skeleton
Tabanimated
A skeleton screen framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架,包含快速植入,低耦合,兼容复杂视图等特点,提供国内主流骨架屏动画的加载方案,同时支持上拉加载更多、自定制动画。)
Stars: ✭ 2,909 (+17011.76%)
Mutual labels:  skeleton
angular2-signature-pad
Signature pad component for Angular 2.x and above.
Stars: ✭ 17 (+0%)
Mutual labels:  angular4
Ms G3d
[CVPR 2020 Oral] PyTorch implementation of "Disentangling and Unifying Graph Convolutions for Skeleton-Based Action Recognition"
Stars: ✭ 225 (+1223.53%)
Mutual labels:  skeleton
slim-skeleton
Slim Framework skeleton application following MVC construction
Stars: ✭ 18 (+5.88%)
Mutual labels:  skeleton
elm-bootstrap-webpack-starter
A simple Webpack 2 setup for writing Elm apps with elm-bootstrap.
Stars: ✭ 14 (-17.65%)
Mutual labels:  webpack2
javascript-seed-project
Seed project for JavaScript based apps. Just clone and code.
Stars: ✭ 17 (+0%)
Mutual labels:  skeleton
skeleton-python-library
A skeleton project for quickly getting a new cisagov Python library started.
Stars: ✭ 19 (+11.76%)
Mutual labels:  skeleton
Typescript Ddd Skeleton
🟨 TypeScript DDD Skeleton: Bootstrap your new projects or be inspired by this example project
Stars: ✭ 240 (+1311.76%)
Mutual labels:  skeleton
react-redux-nextjs-bootstrap-starter
next + react + redux + bootstrap starter
Stars: ✭ 24 (+41.18%)
Mutual labels:  boilerplate-template
Slim4 Skeleton
A Slim 4 Skeleton
Stars: ✭ 237 (+1294.12%)
Mutual labels:  skeleton
next-all-in
🗃⚛️ Next starter for creating any type of site
Stars: ✭ 29 (+70.59%)
Mutual labels:  skeleton
Placeholdifier
Turn any website into a live wireframe
Stars: ✭ 230 (+1252.94%)
Mutual labels:  skeleton
dddplus-archetype-demo
♨️ Using dddplus-archetype build a WMS in 5 minutes. 5分钟搭建一个仓储中台WMS!
Stars: ✭ 56 (+229.41%)
Mutual labels:  skeleton
Cloud-Music
网易云音乐Vue版本,Vue + Vuex + Webpack2 + Vue-router
Stars: ✭ 18 (+5.88%)
Mutual labels:  webpack2
ng-data-picker
🏄🏼 A data picker based on Angular 4+ (like native datetime picker of iOS)
Stars: ✭ 24 (+41.18%)
Mutual labels:  angular4

Angular4 and webpack2 Boilerplate

Deprecated!! Use Angular CLI.

In Angular version 5, the Angular CLI received adjustments that have performance and easy to use.

Install

Install globally webpack-dev-server:

npm i -g webpack-dev-server

To use:

Clone this repository, remove .git dir and run npm install:

git clone https://github.com/fabiomirandaa/Angular4-boilerplate-webpack2.git
cd Angular4-boilerplate-webpack2
npm i

Usage

Create your app in src diretory.

Commands:

  • npm start - run developer server in port 9000
  • npm run build - run de build tasks to production (in dist directory)
  • npm test - run de tests

Contributing

Only send PRs to this repository.

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