Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ondras/es6-boilerplate
- Owner: ondras
- Created: 2015-04-09T11:41:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T10:09:53.000Z (over 4 years ago)
- Last Synced: 2024-05-01T21:14:20.358Z (8 months ago)
- Topics: hp-exclude
- Language: Makefile
- Homepage:
- Size: 54.7 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)