Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kabirbaidhya/angular-webpack-es6

A simple starter project with Angular, Webpack & ES6+
https://github.com/kabirbaidhya/angular-webpack-es6

angular es2015 javascript sample todo webpack

Last synced: about 2 months ago
JSON representation

A simple starter project with Angular, Webpack & ES6+

Awesome Lists containing this project

README

        

# Angular ES6 Webpack Starter Project

[![Node.js](https://img.shields.io/badge/Node.js-6.2.0-blue.svg)](https://nodejs.org/) [![npm](https://img.shields.io/badge/npm-3.8.9-blue.svg)](https://www.npmjs.com/)

## Setup
```bash
$ npm run setup
```

```
# Development
$ npm start

# Build for Production
$ npm run build
```
## Description

A simple and lightweight starter project for Angular 1.5.x with ES6 & Webpack.

## TODOs for the TodoApp
* Don't update if nothing has changed
* Filter Completed/Pending items
* Have a good Design