Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ondras/es6-boilerplate

ES6+/TS boilerplate
https://github.com/ondras/es6-boilerplate

hp-exclude

Last synced: about 2 months ago
JSON representation

ES6+/TS boilerplate

Awesome Lists containing this project

README

        

# es6+

ES6+/TS skeleton code

- [rollup](https://rollupjs.org/) for bundling
- [rollup-plugin-includepaths](https://github.com/dot-build/rollup-plugin-includepaths) for dot-less imports
- [google closure compiler](https://developers.google.com/closure/compiler) for minification and transpilation
- [less](https://github.com/less/less.js) for css
- [tsc](https://www.typescriptlang.org/docs) for typescript
- make-based build
- inotify for watching

## Usage

Install and build:

```
make
```

Production-ready version:

```
make min
```

Clean up:

```
make clean
```

Watch:

```
make watch
```

## Graph

![](.dot/build.svg)