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

https://github.com/nekonenene/web-dev-template-webpack

webpackを使うことで刷新
https://github.com/nekonenene/web-dev-template-webpack

babel eslint pug sass scss webpack

Last synced: 2 months ago
JSON representation

webpackを使うことで刷新

Awesome Lists containing this project

README

          

# Web Dev Template with Webpack

https://github.com/nekonenene/web-dev-template を、gulpからwebpackに乗り換えることで刷新した

## Node.js version

v10.15.2 で構築

## 開発するには……

このリポジトリをクローンしたのち、

```
npm install
```

で依存ライブラリのダウンロード。

```
npm run start
```

で開発用サーバーが起動し、 http://localhost:8013 にアクセス可能。