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.
- Host: GitHub
- URL: https://github.com/pedrokehl/angularjs-es6-starter
- Owner: pedrokehl
- License: mit
- Created: 2017-12-03T01:23:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T16:03:30.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T09:53:29.924Z (over 1 year ago)
- Topics: angularjs, babel, es6, jasmine, karma, sass, webpack
- Language: JavaScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`