Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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 にアクセス可能。