Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dsk52/mat-env

boilerplate for create website
https://github.com/dsk52/mat-env

babel rollup scss standard-js

Last synced: 3 days ago
JSON representation

boilerplate for create website

Awesome Lists containing this project

README

        

# mat
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)

web starting base mat

## feature

- Rollup
- Babel
- Uglify
- Sourcemap
- Sass(.scss)
- editorconfig

- [aigis](https://aigis-styleguide.github.io/aigis/): styleguide

## Usage
Expand this file into your project. (git clone or wget ...)

```
$ npm i
```

use some command.

```
$ npm start // watch js and sass(.scss)
$ npm run build // build js and sass(.scss)
$ npm run build:sass // build only sass file
$ npm run build:js // build only js file
```

## Operational confirmation environment

```
$ node -v
v8.8.1
% npm -v
5.5.1
```

## License
This program is released under the [MIT license](https://opensource.org/licenses/MIT)