Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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+
- Host: GitHub
- URL: https://github.com/kabirbaidhya/angular-webpack-es6
- Owner: kabirbaidhya
- License: mit
- Created: 2016-10-18T03:50:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T18:01:22.000Z (over 8 years ago)
- Last Synced: 2024-11-07T23:46:02.150Z (3 months ago)
- Topics: angular, es2015, javascript, sample, todo, webpack
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
## DescriptionA 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