Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dsk52/mat-env
- Owner: dsk52
- Created: 2017-11-10T02:36:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T23:30:05.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T16:56:30.048Z (9 days ago)
- Topics: babel, rollup, scss, standard-js
- Language: CSS
- Homepage:
- Size: 273 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)