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

https://github.com/pedrokehl/angularjs-es6-starter

A project seed to quickly start using angularJS with ES6.
https://github.com/pedrokehl/angularjs-es6-starter

angularjs babel es6 jasmine karma sass webpack

Last synced: 2 months ago
JSON representation

A project seed to quickly start using angularJS with ES6.

Awesome Lists containing this project

README

          

# AngularJS ES6 Starter

### Requirements
* [NodeJS and NPM](http://nodejs.org/download)

### Getting Started

# Get the latest snapshot
git clone --depth=1 "https://github.com/pedrokehl/angularjs-es6-starter.git

# Change directory
cd angularjs-es6-starter

# Install NPM dependencies
npm install

# And then simply start your app
npm start

# Open the app in your browser
-> http://localhost:8080

## Build files

* production version: `npm run build`
* build files and watch: `npm start`

## Testing

* single run: `npm test`
* live mode: `npm run test-watch`