All Projects → blacksonic → Angular2 Esnext Todomvc

blacksonic / Angular2 Esnext Todomvc

Angular TodoMVC application in Javascript (ES6/ES7).

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Angular2 Esnext Todomvc

Webpack Babel Env Deps
Find dependencies to transpile with Babel.
Stars: ✭ 130 (-1.52%)
Mutual labels:  webpack, babel
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+1137.12%)
Mutual labels:  webpack, babel
Raw.macro
Read file contents at build time via babel-plugin-macros. webpack-less raw-loader
Stars: ✭ 115 (-12.88%)
Mutual labels:  webpack, babel
Mhy
🧩 A zero-config, out-of-the-box, multi-purpose toolbox and development environment
Stars: ✭ 128 (-3.03%)
Mutual labels:  webpack, babel
Across Tabs
Easy communication between cross-origin browser tabs. Simplified "CORS"ing!
Stars: ✭ 1,575 (+1093.18%)
Mutual labels:  webpack, babel
Serverless Webpack
Serverless plugin to bundle your lambdas with Webpack
Stars: ✭ 1,595 (+1108.33%)
Mutual labels:  webpack, babel
Simple Boilerplate
A simple webpack boilerplate for your comfortable work with HTML, JS and CSS.
Stars: ✭ 116 (-12.12%)
Mutual labels:  webpack, babel
React Starter
A basic template that consists of the essential elements that are required to start building a React (v16.3) application using Webpack (v4)
Stars: ✭ 108 (-18.18%)
Mutual labels:  webpack, babel
Webpack Starter
✨ A lightweight foundation for your next webpack based frontend project.
Stars: ✭ 1,745 (+1221.97%)
Mutual labels:  webpack, babel
Vue Starter
🐩 A boilerplate for HTML5, Vue, Vue Router, i18n, Tailwind, Windi, Netlify, and Vite.
Stars: ✭ 120 (-9.09%)
Mutual labels:  webpack, babel
Babel Plugin Prismjs
A babel plugin to use PrismJS with standard bundlers.
Stars: ✭ 114 (-13.64%)
Mutual labels:  webpack, babel
Serverless Prisma
AWS Serverless Prisma Boilerplate
Stars: ✭ 126 (-4.55%)
Mutual labels:  webpack, babel
Webpack Seed
🚀 A Multi-Page Application base on webpack and babel. webpack搭建基于ES6,支持模板的多页面项目
Stars: ✭ 113 (-14.39%)
Mutual labels:  webpack, babel
React Workshop
⚒ 🚧 This is a workshop for learning how to build React Applications
Stars: ✭ 114 (-13.64%)
Mutual labels:  webpack, babel
Universal React Redux
🧐 A sensible universal starter kit for React + Redux
Stars: ✭ 112 (-15.15%)
Mutual labels:  webpack, babel
React Redux Auth0 Kit
Minimal starter boilerplate project with CRA, React, Redux, React Router and Auth0 authentication
Stars: ✭ 115 (-12.88%)
Mutual labels:  webpack, babel
React Start Kit
A boilerplate of SPA, built with React.js, Webpack, ES6+, Redux, Router, Babel, Express, Ant Design...
Stars: ✭ 107 (-18.94%)
Mutual labels:  webpack, babel
Lecture Frontend Dev Env
"[인프런] 프론트엔드 개발환경의 이해와 실습" 강의 실습 자료입니다.
Stars: ✭ 108 (-18.18%)
Mutual labels:  webpack, babel
Vue Spa Project
vue.js + vuex + vue-router + fetch + element-ui + es6 + webpack + mock 纯前端SPA项目开发实践
Stars: ✭ 118 (-10.61%)
Mutual labels:  webpack, babel
Reactly Starter Kit
Deployable React + Webpack 2 starter kit
Stars: ✭ 122 (-7.58%)
Mutual labels:  webpack, babel

Angular ESNext TodoMVC

Dependency Status devDependency Status

TodoMVC application built with Angular in Javascript (ES6/ES7).

Layout and namings based on the official Angular style guide.

Concepts it covers

  • Creating @Component with directives (ngIf, ngFor)
  • Creating child @Component and communicating with parent (@Input, @Output)
  • Using Dependency Injection for service
  • Use @Pipe inside @Component
  • Routing

Quick Start

git clone https://github.com/blacksonic/angular2-esnext-todomvc.git
cd angular2-esnext-todomvc

npm install
npm start

Open it in your browser http://localhost:3000.

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