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

https://github.com/derlin/es6-chrome-app-test


https://github.com/derlin/es6-chrome-app-test

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# es6-chrome-app-test

a chrome app using webpack and es6 scripts compiled with babel.

During development, simply run:

```
npm run watch
```

and modify/load the chrome-app. The es6 scripts (with `main.js` as the entry point) will be compiled and bundled into `chrome-app/js/bundle.js`.