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 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T18:01:22.000Z (over 9 years ago)
- Last Synced: 2024-12-30T01:47:16.172Z (over 1 year 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
[](https://nodejs.org/) [](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